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

Re: Does defType overrides other settings for default request handler

2012-07-20 Thread Erick Erickson
Default operators are ignored by edismax. See the "mm" parameter here: http://wiki.apache.org/solr/DisMaxQParserPlugin Best Erick On Thu, Jul 19, 2012 at 8:16 AM, amitesh116 wrote: > Hi, > > We have used *dismax* in our SOLR config with /defaultOperator="OR"/ and > some *mm * settings. Recently