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

LUCENE-10633: Dynamic pruning for sorting on SORTED(_SET) fields. #1023

Merged
merged 7 commits into from Jul 29, 2022

Conversation

jpountz
Copy link
Contributor

@jpountz jpountz commented Jul 15, 2022

This commit enables dynamic pruning for queries sorted on SORTED(_SET) fields
by using postings to filter competitive documents.

JIRA: LUCENE-10633

This commit enables dynamic pruning for queries sorted on SORTED(_SET) fields
by using postings to filter competitive documents.
@jpountz jpountz marked this pull request as ready for review July 27, 2022 08:15
@jpountz jpountz merged commit eb7b779 into apache:main Jul 29, 2022
@jpountz jpountz deleted the dynamic_pruning_string branch July 29, 2022 09:12
jpountz added a commit that referenced this pull request Jul 29, 2022
)

This commit enables dynamic pruning for queries sorted on SORTED(_SET) fields
by using postings to filter competitive documents.
@msokolov msokolov added this to the 9.4.0 milestone Sep 1, 2022
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.

None yet

2 participants