"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
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
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
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
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
Can anyone explain to me the practical difference (i.e. in terms of results)
between query slop and phrase slop?