> So, my question is how do we get Solr search to work with
> AND when it is splitting words? The splitting part is good,
> the bad part is that it is searching for any one of those
> split words.

Setting autoGeneratePhraseQueries="true" and &mm=100% might help you.

<fieldType name="text" class="solr.TextField" autoGeneratePhraseQueries="true">

http://wiki.apache.org/solr/DisMaxQParserPlugin#mm_.28Minimum_.27Should.27_Match.29

Reply via email to