> Is it possible only defType=lucnee in your second
> suggestion?
> I'm using ComplexPhraseQueryParser.
> So my defType is "complexphrase".

Oh, then life is easy. Just setting the inOrder parameter to false in 
solrconfig.xml should do the trick.

<queryParser name="complexphrase" 
class="org.apache.solr.search.ComplexPhraseQParserPlugin">
    <bool name="inOrder">false</bool>
</queryParser>


Reply via email to