[ https://issues.apache.org/jira/browse/LUCENE-411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael McCandless resolved LUCENE-411. --------------------------------------- Resolution: Fixed Fix Version/s: 2.9 Assignee: (was: Lucene Developers) I agree Mark -- this has been fixed by constant score rewriting in these queries. > [PATCH] BitSetQuery, FastPrefixQuery, FastWildcardQuery and FastQueryParser > --------------------------------------------------------------------------- > > Key: LUCENE-411 > URL: https://issues.apache.org/jira/browse/LUCENE-411 > Project: Lucene - Java > Issue Type: Improvement > Components: Search > Affects Versions: 1.4 > Environment: Operating System: other > Platform: All > Reporter: Ray Tsang > Priority: Minor > Fix For: 2.9 > > Attachments: BitSetQuery.java, BitSetScorer.java, > FastPrefixQuery.java, FastQueryParser.java, FastWildcardQuery.java, > MultiSearchableQuery.java > > > 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. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]