[DOCS] Add doc values restriction for wildcard fields (#67503)

Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>
This commit is contained in:
AndyHunt66 2021-01-14 14:07:22 +00:00 committed by GitHub
parent 64c761e457
commit 8769dbdfa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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.