Re: Boost Query effect with Standard Request Handler

2009-06-18 Thread Erik Hatcher
On Jun 18, 2009, at 10:54 AM, Vicky_Dev wrote: is there any way to boost fields in standard query parser itself? You can boost terms using field:term^2.0 syntax See http://wiki.apache.org/solr/SolrQuerySyntax and down into http://lucene.apache.org/java/2_4_0/queryparsersyntax.html for more

Re: Boost Query effect with Standard Request Handler

2009-06-18 Thread Vicky_Dev
Hi Hossman, We are also facing similar issue: is there any way to boost fields in standard query parser itself? ~Vikrant hossman wrote: > > > : The reason I brought the question back up is that hossman said: > ... > : I tried it and it didn't work, so I was curious if I was still do

Re: Boost Query effect with Standard Request Handler

2008-11-12 Thread Chris Hostetter
: The reason I brought the question back up is that hossman said: ... : I tried it and it didn't work, so I was curious if I was still doing : something wrong. no ... i'm just a foolish foolish man who says things with a lot of authority even though i clearly don't know what i'm talking

Re: Boost Query effect with Standard Request Handler

2008-11-12 Thread CameronL
nk it might help if you send the actual URL you are using. >> >> >> Otis >> -- >> Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch >> >> >> >> >> ____________ >> From: CameronL <[EMAIL PROTECTED]> >> To: solr-user@

Re: Boost Query effect with Standard Request Handler

2008-11-12 Thread Erik Hatcher
D]> To: solr-user@lucene.apache.org Sent: Tuesday, November 11, 2008 9:12:28 PM Subject: Re: Boost Query effect with Standard Request Handler So the bq parameter works with the standard request handler (I don't have to specify defType=dismax)?? I've been running a few tests and it doesn't s

Re: Boost Query effect with Standard Request Handler

2008-11-11 Thread Otis Gospodnetic
Nutch From: CameronL <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Tuesday, November 11, 2008 9:12:28 PM Subject: Re: Boost Query effect with Standard Request Handler So the bq parameter works with the standard request handler (I don't have to specify defType=dismax)?? I&#

Re: Boost Query effect with Standard Request Handler

2008-11-11 Thread CameronL
So the bq parameter works with the standard request handler (I don't have to specify defType=dismax)?? I've been running a few tests and it doesn't seem to be picking up the bq. I've boosted one of the values very high (like 1000) compared to the other fields and it doesn't seem to be affecting

Re: Boost Query effect with Standard Request Handler

2008-10-26 Thread Chris Hostetter
: I'm trying to create the boost query (bq parameter) effect with the standard : request handler. Unfortunately, going to the dismax handler isn't really an : option for me, so I'm trying to create a similar effect. as of SOlr 1.3 -- the "SearchHandler" (which superclasses and replaces the old