Hi folks,

i use solr 4.0 from trunk, and edismax as standard query handler.
In my schema i defined this:  <solrQueryParser defaultOperator="AND"/>

I have this simple problem:

 nascar +author:serg* (3500 matches)

 +nascar +author:serg* (1 match)

 nascar author:serg* (5200 matches)

 nascar  AND author:serg* (1 match)

I think i understand the query syntax, but this behavior confused me.
Why this match-differences?

By the way, i get in all matches at least one of my terms.
But not always both.

Best regards
Vadim

Reply via email to