Module elasticsearch_dsl::search::queries::joining[][src]

Expand description

Performing full SQL-style joins in a distributed system like Elasticsearch is prohibitively expensive. Instead, Elasticsearch offers two forms of join which are designed to scale horizontally.

Structs

Wraps another query to search nested fields.