Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.4
-
None
-
Operating System: other
Platform: All
-
35796
Description
FastPrefixQuery and FastWildcardQuery rewrites to BitSetQuery instead of OR'ed
BooleanQuery's. A BitSetQuery contains a BitSet that desginates which document
should be included in the search result. BitSetQuery cannot be used by itself
with MultiSearcher as of now.
Attachments
Attachments
Issue Links
- is duplicated by
-
LUCENE-1424 Change all multi-term querys so that they extend MultiTermQuery and allow for a constant score mode
- Closed