Re: Dismax Request handler and Solrconfig.xml

2011-05-08 Thread Peter Spam
I'm having the same problem - the standard query returns all my documents, but the dismax one returns 0. Any ideas? http://server:8983/solr/select?qt=standard&indent=on&q=* − 0 3592 − on standard * − − [...] ---

Re: Dismax Request handler and Solrconfig.xml

2010-09-29 Thread Chris Hostetter
: In Solrconfig.xml, default request handler is set to "standard". I am : planning to change that to use dismax as the request handler but when I : set "default=true" for dismax - Solr does not return any results - I get : results only when I comment out "dismax". you need to elaborate on what yo

Re: Dismax Request handler and Solrconfig.xml

2010-09-28 Thread Luke Crouch
I notice we don't have the default=true, instead we manually specify qt=dismax in our queries. HTH. -L On Tue, Sep 28, 2010 at 4:24 PM, Luke Crouch wrote: > What you have is exactly what I have on 1.4.0: > > > > > dismax > > And it has worked fine. We copied our solrconfig.xml from

Re: Dismax Request handler and Solrconfig.xml

2010-09-28 Thread Luke Crouch
What you have is exactly what I have on 1.4.0: dismax And it has worked fine. We copied our solrconfig.xml from the examples and changed them for our purposes. You might compare your solrconfig.xml to some of the examples. -L On Tue, Sep 28, 2010 at 4:19 PM, Thumuluri, Sai < sai.th

RE: Dismax Request handler and Solrconfig.xml

2010-09-28 Thread Thumuluri, Sai
Can I please get some help here? I am in a tight timeline to get this done - any ideas/suggestions would be greatly appreciated. -Original Message- From: Thumuluri, Sai [mailto:sai.thumul...@verizonwireless.com] Sent: Tuesday, September 28, 2010 12:15 PM To: solr-user@lucene.apache.org S

RE: Dismax Request handler and Solrconfig.xml

2010-09-28 Thread Thumuluri, Sai
I removed default=true from standard request handler -Original Message- From: Luke Crouch [mailto:lcro...@geek.net] Sent: Tuesday, September 28, 2010 12:50 PM To: solr-user@lucene.apache.org Subject: Re: Dismax Request handler and Solrconfig.xml Are you removing the standard default

Re: Dismax Request handler and Solrconfig.xml

2010-09-28 Thread Luke Crouch
Are you removing the standard default requestHandler when you do this? Or are you specifying two requestHandler's with default="true" ? -L On Tue, Sep 28, 2010 at 11:14 AM, Thumuluri, Sai < sai.thumul...@verizonwireless.com> wrote: > Hi, > > I am using Solr 1.4.1 with Nutch to index some of our