[ 
https://issues.apache.org/jira/browse/SOLR-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ahmet Arslan updated SOLR-1604:
-------------------------------

    Attachment: ComplexPhrase.zip

There is a need for un-ordered proximity search. 
http://search-lucene.com/m/3W9fj2yzNy82/
Configurable inOrder parameter is added where default behavior is {color:blue} 
true {color}.

The configuration below can be used to obtain same behavior of 
[PhraseQuery|http://lucene.apache.org/java/3_0_2/api/all/org/apache/lucene/search/PhraseQuery.html]
 in which order of terms is not important.

{code:xml} 
<queryParser name="complexphrase" 
class="org.apache.solr.search.ComplexPhraseQParserPlugin">
    <bool name="inOrder">false</bool>
</queryParser>
{code} 

> Wildcards, ORs etc inside Phrase Queries
> ----------------------------------------
>
>                 Key: SOLR-1604
>                 URL: https://issues.apache.org/jira/browse/SOLR-1604
>             Project: Solr
>          Issue Type: Improvement
>          Components: search
>    Affects Versions: 1.4
>            Reporter: Ahmet Arslan
>            Priority: Minor
>             Fix For: Next
>
>         Attachments: ComplexPhrase.zip, ComplexPhrase.zip, ComplexPhrase.zip, 
> ComplexPhraseQueryParser.java, SOLR-1604.patch
>
>
> Solr Plugin for ComplexPhraseQueryParser (LUCENE-1486) which supports 
> wildcards, ORs, ranges, fuzzies inside phrase queries.

-- 
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]

Reply via email to