Re: edismax and mm: strange behaviour

2015-01-10 Thread Ahmet Arslan
Hi, Basically, (e)dimax is designed to search over multiple fields. It could be used to search over single field. Please see for more about it : https://lucidworks.com/blog/whats-a-dismax/ You mention title field but I don't see title in search URLs you provided. So my question remains, what fi

Re: edismax and mm: strange behaviour

2015-01-10 Thread leostro
Hi Jack, I read the documentation here: http://wiki.apache.org/solr/ExtendedDisMax#mm_.28Minimum_.27Should.27_Match.29 My question is quite simple, maybe it's not clear for my poor english. As explained in the response to ahmet my goal is to get ALL and ONLY the documents that contains the two wo

Re: edismax and mm: strange behaviour

2015-01-10 Thread leostro
Hi Ahmet, I don't specify any qf in this query. Reading here (http://wiki.apache.org/solr/ExtendedDisMax#mm_.28Minimum_.27Should.27_Match.29) it seems that mm is referred to the text provided as "q" in querystring, I am wrong? Reading the doc above, my expectation is that if I specify a q value wi

Re: edismax and mm: strange behaviour

2015-01-10 Thread Jack Krupansky
Why are you using the mm parameter at all? In my experience, anyone setting mm to 0 or 100% is misusing the mm feature. mm stands for "minimum should match" and is designed to give expert users fine control over recall when terms are optional ("should" occur but are not "required".) So, please expl

Re: edismax and mm: strange behaviour

2015-01-10 Thread Ahmet Arslan
Hi, What are query fields qf and their field types? Ahmet On Saturday, January 10, 2015 11:10 AM, leostro wrote: Hi all I'm studying SOLR for implement it in my website. I've imported the db and I'm making some tests about edismax and mm. I'm searching for documents containing "xbox 360". -