>From: Ahmet Arslan <iori...@yahoo.com>
>To: solr-user@lucene.apache.org; Steve Fatula <compconsult...@yahoo.com> 
>Sent: Monday, July 2, 2012 6:22 AM
>Subject: Re: Dismax Question
> 
>> 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">
>
>I set mm to 100%, no effect at all. It works only for words typed in that are 
>separated already. Remember, the example here is:
>
>
>DualHead2Go finds all kinds of matches (it splits into dual head 2 go)
>
>
>Dial Head 2 Go finds the correct matches, indicating it is adding them based 
>on q/op, defautOperator, and mm.

Reply via email to