Re: Query slop vs. phrase slop

2010-10-10 Thread David Boxenhorn
"phrase > match" means to the pf boost. > > > David Boxenhorn wrote: > >> Does anybody know the answer to this? >> >> On Tue, Oct 5, 2010 at 7:19 PM, David Boxenhorn >> wrote: >> >> >> >>> Thank you. I am talking about dism

Re: Query slop vs. phrase slop

2010-10-07 Thread David Boxenhorn
Got it! Thanks a lot. On Thu, Oct 7, 2010 at 3:00 PM, Ahmet Arslan wrote: > > > ps = ? - something that affects boosting, but how? > > Lets say your query is apache solr. (without quotation marks) > > Lets say these three documents contains all of these words and returned. > > 1-) solr is built

Re: Query slop vs. phrase slop

2010-10-07 Thread David Boxenhorn
d out of the entire "q" param. > > qs (Query Phrase Slop) affects matching. If you play with qs, numFound > changes. This parameter is about when you have explicit phrase query in your > raw query. i.e. &q="apache lucene" > > --- On Thu, 10/7/10, David Boxenh

Re: Query slop vs. phrase slop

2010-10-07 Thread David Boxenhorn
Does anybody know the answer to this? On Tue, Oct 5, 2010 at 7:19 PM, David Boxenhorn wrote: > Thank you. I am talking about dismax's parameters. > > This is how I understand things, please tell me where I'm wrong: > > Query slop (qs) = how many words you can move th

Re: Query slop vs. phrase slop

2010-10-05 Thread David Boxenhorn
Thank you. I am talking about dismax's parameters. This is how I understand things, please tell me where I'm wrong: Query slop (qs) = how many words you can move the query to match the text. Phrase slop (ps) (when used in conjunction with &pf=text - is there another possibility?) = how many words

Query slop vs. phrase slop

2010-10-05 Thread David Boxenhorn
Can anyone explain to me the practical difference (i.e. in terms of results) between query slop and phrase slop?