Re: Question about Query Phrase Slop (qs) in dismax

2008-11-24 Thread Chris Hostetter
: From the solr wiki, it sounded like if qs is set to 5 for example, if the : search term is 'child custody', only docs with 'child' 'custody' within 5 : words of one another would be returned in results. Is this correct? If so, No. as explained on the wiki... Amount of slop on phrase

Re: Please Help !! Question about Query Phrase Slop (qs) in dismax

2008-11-24 Thread Chris Hostetter
: Subject: Re: Please Help !! Question about Query Phrase Slop (qs) in dismax : : : Please help someone...i've been waiting for an answer for the last couple of : days no one seems to be helping out here. I did search the wiki this Please don't send messages like this. This is a volunteer

Re: Question about Query Phrase Slop (qs) in dismax

2008-11-23 Thread anuvenk
Somebody please help clear this doubt. What more could i do with the dismax handler to remove results that don't have 'word1'', 'word2', 'word3' etc in a search phrase not within 5 words of one another, to not come up in the results? anuvenk wrote: From the solr wiki, it sounded like if qs

Re: Please Help !! Question about Query Phrase Slop (qs) in dismax

2008-11-23 Thread anuvenk
Thanks for the response. Well my current ps setting works great for most search terms. But say this typical example, north dakota 1031 exchange lawyers - we don't have any relevant docs in the index. Solr is returning the irrelevant doc, just because it found 'lawyer', exchange, north dakota

Re: Please Help !! Question about Query Phrase Slop (qs) in dismax

2008-11-23 Thread Yonik Seeley
If you boost the phrase queries by enough, you could tell when you hit the less relevant documents by the score. -Yonik On Mon, Nov 24, 2008 at 12:07 AM, anuvenk [EMAIL PROTECTED] wrote: Thanks for the response. Well my current ps setting works great for most search terms. But say this

Question about Query Phrase Slop (qs) in dismax

2008-11-22 Thread anuvenk
From the solr wiki, it sounded like if qs is set to 5 for example, if the search term is 'child custody', only docs with 'child' 'custody' within 5 words of one another would be returned in results. Is this correct? If so, it doesn't seem to be working for me. I see docs with 'child' 'custody'