Skip to content

[Feature Request] unlimit IP/masks terms query for doc_values only fields #17394

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

Open
mkhludnev opened this issue Feb 19, 2025 · 0 comments · May be fixed by #18357
Open

[Feature Request] unlimit IP/masks terms query for doc_values only fields #17394

mkhludnev opened this issue Feb 19, 2025 · 0 comments · May be fixed by #18357
Labels
enhancement Enhancement or improvement to existing feature or request Search:Query Capabilities

Comments

@mkhludnev
Copy link
Contributor

Is your feature request related to a problem? Please describe

As for now terms query is limited by maxClauses (1024) IP/masks for docValues only fields. See #16200

Describe the solution you'd like

As a continuation of #16200 unlocked by apache/lucene#13974 (it should wait until Lucene 10.2 arrives). Terms query should use DocValuesMultiRangeQuery for searching IP/masks on docValues only field.

Related component

Search:Query Capabilities

Describe alternatives you've considered

No response

Additional context

it should wait until Lucene 10.2 arrives

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request Search:Query Capabilities
Projects
Status: 🆕 New
Development

Successfully merging a pull request may close this issue.

2 participants