Skip to content
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

Add Term/TermInSet query support for DATE_TIME field #797

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aprudhomme
Copy link
Contributor

Add TermQueryable support to DATE_TIME field. This enables Term and TermInSet queries.

These queries are supported if the field is searchable or has doc values enabled (dv only queries are slower). If both are enabled, an IndexOrDocValuesQuery lets the query execution pick the implementation.

@aprudhomme aprudhomme requested a review from sarthakn7 December 20, 2024 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant