Hi,
I see that you have already commented on SOLR-2649 "MM ignored in edismax
queries with operators". So let's continue the way towards resolution there...
--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com
Solr Training - www.solrtraining.com
On 30. apr. 2012, at 14:28
I tested it.
With default "qf=title text" in solrconfig and "mm=100%"
i get the same result(1) for "nascar AND author:serg*" and "+nascar
+author:serg*", great.
With "nascar +author:serg*" i get 3500 matches, in this case the
mm-parameter seems not to work.
Here are my debug params for "nascar AND
Hi Jan,
thanks for your response!
My "qf" parameter for edismax is: "title". My
"defaultSearchField=text" in schema.xml.
In my app i generate a query with "qf=title,text", so i think the
default parameters in config/schema should bei overridden, right?
I found eventually 2 reasons for this behavi
Hi,
What is your "qf" parameter?
Can you run the three queries with debugQuery=true&echoParams=all and attach
parsed query and all params? It will probably explain what is happening.
--
Jan Høydahl, search solution architect
Cominvent AS - www.cominvent.com
Solr Training - www.solrtraining.com
Hi folks,
i use solr 4.0 from trunk, and edismax as standard query handler.
In my schema i defined this:
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 under