Skip to content

Commit

Permalink
[DOCS] Re-add network traffic para to term query (#83047) (#83073)
Browse files Browse the repository at this point in the history
Re-adds a paragraph about minimizing network traffic for a terms lookup.

This paragraph was erroneously removed as part of #42889.

(cherry picked from commit b552d5c)
  • Loading branch information
jrodewig authored Jan 25, 2022
1 parent 2bc9ac6 commit 502e782
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/reference/query-dsl/terms-query.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,16 @@ By default, {es} limits the `terms` query to a maximum of 65,536
terms. This includes terms fetched using terms lookup. You can change
this limit using the <<index-max-terms-count, `index.max_terms_count`>> setting.

To reduce network traffic, a terms lookup will fetch the document's values from
a shard on a local data node if possible. If the your terms data is not large,
consider using an index with a single primary shard that's fully replicated
across all applicable data nodes to minimize network traffic.

To perform a terms lookup, use the following parameters.

[[query-dsl-terms-lookup-params]]
====== Terms lookup parameters

`index`::
(Required, string) Name of the index from which to fetch field values.

Expand Down

0 comments on commit 502e782

Please sign in to comment.