You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mark Miller (JIRA)" <ji...@apache.org> on 2008/11/17 01:20:44 UTC

[jira] Commented: (LUCENE-411) [PATCH] BitSetQuery, FastPrefixQuery, FastWildcardQuery and FastQueryParser

    [ https://issues.apache.org/jira/browse/LUCENE-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648053#action_12648053 ] 

Mark Miller commented on LUCENE-411:
------------------------------------

Unless someone objects, this can be closed. The constantscore rewrite option on multi-term queries covers this.

> [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
>            Assignee: Lucene Developers
>            Priority: Minor
>         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: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org