RE: Making my QParserPlugin the default one, with cores

2010-06-09 Thread Yuval Feinstein
the default one, with cores > Thanks, Ahmet. > Yes, my solrconfig.xml file is very similar to what you > wrote. > When I use &echoparams=all and defType=myqp, I get: > > > hi > all > myqp > > > However, when I do not use the defType (hoping it will be >

RE: Making my QParserPlugin the default one, with cores

2010-06-09 Thread Ahmet Arslan
> Thanks, Ahmet. > Yes, my solrconfig.xml file is very similar to what you > wrote. > When I use &echoparams=all and defType=myqp, I get: > > > hi > all > myqp > > > However, when I do not use the defType (hoping it will be > automatically > Inserted from solrconfig),  I get: > > > hi > all

Re: Making my QParserPlugin the default one, with cores

2010-06-09 Thread Erik Hatcher
Arslan [mailto:iori...@yahoo.com] Sent: Tuesday, June 08, 2010 3:52 PM To: solr-user@lucene.apache.org Subject: Re: Making my QParserPlugin the default one, with cores It appears that the defType parameter is not being set by the request >handler. What do you get when you append &e

RE: Making my QParserPlugin the default one, with cores

2010-06-09 Thread Yuval Feinstein
rong? Thanks, Yuval -Original Message- From: Ahmet Arslan [mailto:iori...@yahoo.com] Sent: Tuesday, June 08, 2010 3:52 PM To: solr-user@lucene.apache.org Subject: Re: Making my QParserPlugin the default one, with cores >It appears that the defType parameter is not being set by the

Re: Making my QParserPlugin the default one, with cores

2010-06-08 Thread Ahmet Arslan
>It appears that the defType parameter is not being set by the request >>handler. What do you get when you append &echoParams=all to your search url? So you have something like this entry in solrconfig.xml myqp

Making my QParserPlugin the default one, with cores

2010-06-08 Thread Yuval Feinstein
Hi. I have extended QParserPlugin according to the Solr Wiki and registered it in solrconfig.xml. Using the defType query parameter, it worked with my multi-core server, giving 285 hits for my search. Next, I wanted it to be the default query parser, so I added to the standard searchhandler The