I have a document that contains the phrase "recent stent placement". Here is
the result of some queries using the Qsol parser:

  "recent stent placement"  => YES
  "recent placement" => YES
  "recent placement":0  => NO
  "recent placement":1  => YES

where YES/NO indicates whether the document was returned. The "recent
placement" query result surprised me, as I had expected it not to return the
document. From the other queries, it looks like phrase searches have a
default slop of one. Is that correct? If so, is there a way to default to no
slop, preferrably without changing all of our queries?

Thanks for any pointers.

  Jeff
-- 
View this message in context: 
http://www.nabble.com/Question-about-Qsol-parser-and-phrase-searches-tf4410480.html#a12582067
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to