>From: Vadim Kisselmann <v.kisselm...@gmail.com>
>To: solr-user@lucene.apache.org; Steve Fatula <compconsult...@yahoo.com>
>Sent: Monday, July 2, 2012 4:31 AM
>Subject: Re: Dismax Question
>
>in your schema.xml you can set the default query parser operator, in
>your case <solrQueryParser defaultOperator="AND"/>, but it's
>deprecated.
>
>
>I do set the default query operator, as shown by using separate words in my
>example, it correct ands them. The different is when using one words, SOLR
>splits it into 3 words, and does not and. I don't understand why it does not
>and them when solr splits the words, but does when solr does not split them.
>
>
>I've specified mm as 100% as well with no impact.
>
>This used to work on Solr 3.4.