Re: Phrase Slop probelm

2012-05-04 Thread Lance Norskog
Maybe it could throw an exception because the user is clearly trying to do something impossible. On Wed, May 2, 2012 at 3:19 PM, Jack Krupansky wrote: > You are missing the "pf", "pf2", and "pf3" request parameters, which says > which fields to do phrase proximity boosting on. > > "pf" boosts usi

Re: Phrase Slop probelm

2012-05-02 Thread Jack Krupansky
You are missing the "pf", "pf2", and "pf3" request parameters, which says which fields to do phrase proximity boosting on. "pf" boosts using the whole query as a phrase, "pf2" boosts bigrams, and "pf3" boost trigrams. You can use any combination of them, but if you use none of them, "ps" app

Re: Phrase slop / Proximity search

2009-03-17 Thread Chris Hostetter
: Can I set the phrase slop value to standard request handler? I want it : to be configurable in solrconfig.xml file. if you mean when a user enters a query like... +fieldA:"some phrase" +(fieldB:true fieldC:1234) ..you want to be able to control what slop value gets used for "some phr

Re: Phrase slop / Proximity search

2009-03-16 Thread Otis Gospodnetic
I don't think there is a way to set that except in the dismax handler config. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: "Gargate, Siddharth" > To: solr-user@lucene.apache.org > Sent: Monday, March 16, 2009 4:42:41 AM > Subject: Phras

Re: phrase slop

2008-01-09 Thread Mike Klaas
On 9-Jan-08, at 2:16 PM, anuvenk wrote: I have a ps of 10 set in the config. so for search terms like 'work injury' , results that have work and injury within 10 words of one another are coming up in the first few results which is good. But it also returns results that have work and injury

Re: phrase slop param in dismax handler

2008-01-05 Thread Chris Hostetter
: How does adding a phrase slop in the handler help? : I tried ps=25 along with some pf values. I assumed that it means this..for : eg: a search term, 'child custody battle' means documents which have the : words 'child','custody','battle' within 25 words of one another will rank : high. Is that c

Re: phrase slop param in dismax handler

2008-01-05 Thread Otis Gospodnetic
ja -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: anuvenk <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Sunday, January 6, 2008 1:50:42 AM Subject: Re: phrase slop param in dismax handler The lower ps , the better or vice vers

Re: phrase slop param in dismax handler

2008-01-05 Thread anuvenk
The lower ps , the better or vice versa? I'm guessing lower. I think that'll make the search stricter. Is it correct? Otis Gospodnetic wrote: > > I'm not looking at the docs to double-check this, but the ps option lets > you boost exact phrase matches higher. > > Otis > -- > Sematext -- http://

Re: phrase slop param in dismax handler

2008-01-05 Thread Otis Gospodnetic
I'm not looking at the docs to double-check this, but the ps option lets you boost exact phrase matches higher. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: anuvenk <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Saturday, January