-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exists query also works with only doc_values #103647
Merged
danielmitterdorfer
merged 1 commit into
elastic:main
from
danielmitterdorfer:doc-exists
Dec 21, 2023
Merged
Exists query also works with only doc_values #103647
danielmitterdorfer
merged 1 commit into
elastic:main
from
danielmitterdorfer:doc-exists
Dec 21, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
With this commit we amend the docs for the `exists` query to clarify that it works with either `index` *or* `doc_values` set to `true` in the mapping. Only if both are disabled, the `exists` query won't work.
danielmitterdorfer
added
>docs
General docs changes
:Search/Search
Search-related issues that do not fall into other categories
auto-backport-and-merge
v8.12.0
v8.13.0
v8.11.4
labels
Dec 21, 2023
Documentation preview: |
Pinging @elastic/es-docs (Team:Docs) |
elasticsearchmachine
added
Team:Docs
Meta label for docs team
Team:Search
Meta label for search team
labels
Dec 21, 2023
Pinging @elastic/es-search (Team:Search) |
javanna
approved these changes
Dec 21, 2023
danielmitterdorfer
added a commit
to danielmitterdorfer/elasticsearch
that referenced
this pull request
Dec 21, 2023
With this commit we amend the docs for the `exists` query to clarify that it works with either `index` *or* `doc_values` set to `true` in the mapping. Only if both are disabled, the `exists` query won't work.
danielmitterdorfer
added a commit
to danielmitterdorfer/elasticsearch
that referenced
this pull request
Dec 21, 2023
With this commit we amend the docs for the `exists` query to clarify that it works with either `index` *or* `doc_values` set to `true` in the mapping. Only if both are disabled, the `exists` query won't work.
elasticsearchmachine
pushed a commit
that referenced
this pull request
Dec 21, 2023
elasticsearchmachine
pushed a commit
that referenced
this pull request
Dec 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
>docs
General docs changes
:Search/Search
Search-related issues that do not fall into other categories
Team:Docs
Meta label for docs team
Team:Search
Meta label for search team
v8.11.4
v8.12.0
v8.13.0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
With this commit we amend the docs for the
exists
query to clarify that it works with eitherindex
ordoc_values
set totrue
in the mapping. Only if both are disabled, theexists
query won't work.