You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Linbin Chen (JIRA)" <ji...@apache.org> on 2013/04/11 06:05:16 UTC

[jira] [Created] (SOLR-4701) CollectorFilterQParserPlugin support Filter Collector at search with PostFilter

Linbin Chen created SOLR-4701:
---------------------------------

             Summary: CollectorFilterQParserPlugin support Filter Collector at search with PostFilter
                 Key: SOLR-4701
                 URL: https://issues.apache.org/jira/browse/SOLR-4701
             Project: Solr
          Issue Type: New Feature
          Components: search
    Affects Versions: 4.2
            Reporter: Linbin Chen
             Fix For: 4.3
         Attachments: SOLR-4701.patch

not use query cache example:

 * fq={!cf name=in}status:(-1, 2)
 * fq={!cf name=in not=true}status:(3,4)
 * fq={!cf name=range}price:[100 TO 500]
 * fq={!cf name=range}log(page_view):[50 TO 120]

in operate like sql in, faster then OR boolean query.

most of the case, range faster then TrieField in lucene query.

how to do use:
solrconfig.xml add
{code:xml}
<queryParser name="cf" class="solr.CollectorFilterQParserPlugin"/>
{code}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org