On 05/16/2011 09:24 AM, Dmitry Kan wrote:
I think what's happening is that your query gets rewritten into something like:Dear list,Might have missed it from the literature and the list, sorry if so, but: SOLR 1.4.1 <solrQueryParser defaultOperator="AND"/> Consider the query: term1 term2 OR "term1 term2" OR "term1 term3"
+term1 + (term2? "term1 term2"? term3?)where in my notation <term>? means <term> is "optional", and "+" means required. So any document would match the second clause
-Mike