Re: Edismax parser weird behavior

2012-08-27 Thread amitesh116
; Regards, Amitesh Erick Erickson wrote > > What do you get when you specify &debugQuery=on (&debug=query in 4.x)? > In other words, what does the parsed query look like? > > Best > Erick > > On Wed, Aug 22, 2012 at 8:13 AM, amitesh116 <amitesh116@> wrote: &g

Edismax parser weird behavior

2012-08-22 Thread amitesh116
Hi I am experiencing 2 strange behavior in edismax: edismax is configured to behave default OR (using mm=0) Total there are 700 results 1. Search for *auto* = *50 results* Search for *NOT auto* it gives *651 results*. Mathematically, it should give only 650 results for *NOT auto*. 2. Search f

Re: Does defType overrides other settings for default request handler

2012-07-24 Thread amitesh116
Thanks for your reply. It worked for me. For now, I am using it in query string only. But planning to move it to solrconfig. Thanks again! ~Amitesh -- View this message in context: http://lucene.472066.n3.nabble.com/Does-defType-overrides-other-settings-for-default-request-handler-tp3995946p399

Does defType overrides other settings for default request handler

2012-07-19 Thread amitesh116
Hi, We have used *dismax* in our SOLR config with /defaultOperator="OR"/ and some *mm * settings. Recently, we have started using *defType=edismax * in query params. With this change, we have observed significant drop in results count. We doubt that SOLR is using default operator="AND" and hence r