Skip to content

Commit

Permalink
[DOCS] Add doc values restriction for wildcard fields (elastic#67503) (
Browse files Browse the repository at this point in the history
…elastic#67513)

Co-authored-by: James Rodewig <[email protected]>

Co-authored-by: AndyHunt66 <[email protected]>
  • Loading branch information
jrodewig and AndyHunt66 authored Jan 14, 2021
1 parent e634da9 commit 24f8a79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/mapping/params/doc-values.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ PUT my-index-000001
<1> The `status_code` field has `doc_values` enabled by default.
<2> The `session_id` has `doc_values` disabled, but can still be queried.

NOTE: You cannot disable doc values for <<wildcard-field-type,`wildcard`>>
fields.

0 comments on commit 24f8a79

Please sign in to comment.