-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Labels
SearchSearch query, autocomplete ...etcSearch query, autocomplete ...etcenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestlucene
Description
Is your feature request related to a problem? Please describe
Currently single clause boolean queries are unwrapped in BooleanQuery.rewrite() as an optimization in Lucene. This is fine for queries containing a non approximate-able clause but we miss out on potential query speed up if the clause can be approximated.
Describe the solution you'd like
Implement ApproximateBooleanQuery which flattens the boolean query and applies approximation if possible.
Related component
Search:Performance
Describe alternatives you've considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
SearchSearch query, autocomplete ...etcSearch query, autocomplete ...etcenhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestlucene
Type
Projects
Status
🆕 New
Status
In Progress