take a look at BooleanQuery.setMinimumNumberShouldMatch(int)

: Date: Sat, 20 May 2006 14:27:00 +0800
: From: Michael Chan <[EMAIL PROTECTED]>
: Reply-To: java-user@lucene.apache.org
: To: java-user@lucene.apache.org
: Subject: Matching at least N terms of subqueries
:
: Hi,
:
: Is there any way to make sure, e.g. at least 2, terms of a subquery
: are contained in the results? For example, with the query
: "OR(t1,t2,t3) AND OR(t4,t5,t6)", the docs returned must contain either
: 2 or more of (t2,t3,t3) and either 2 or more of (t4,t5,t6). I've read
: about Similarity, but it seems to restrict over whole queries rather
: than getting down into subqueries.
:
: Thanks.
:
: Michael
:
: ---------------------------------------------------------------------
: To unsubscribe, e-mail: [EMAIL PROTECTED]
: For additional commands, e-mail: [EMAIL PROTECTED]
:



-Hoss


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

Reply via email to