Re: A interesting question (search by number of terms)

2010-01-21 Thread Phan The Dai
Oh, it is nice. Thank you much! On Thu, Jan 21, 2010 at 9:20 PM, Benjamin Heilbrunn wrote: > Try BooleanQuery.setMinimumNumberShouldMatch > > 2010/1/21 Phan The Dai : > > Hi everyone, I need you support with this question: > > Assuming that I have some terms, such as: ("A", "B", "C", "D", "E") >

Re: A interesting question (search by number of terms)

2010-01-21 Thread Benjamin Heilbrunn
Try BooleanQuery.setMinimumNumberShouldMatch 2010/1/21 Phan The Dai : > Hi everyone, I need you support with this question: > Assuming that I have some terms, such as: ("A", "B", "C", "D", "E") > How to search documents that contain a number of terms in that list > but do not care what terms are.

A interesting question (search by number of terms)

2010-01-21 Thread Phan The Dai
Hi everyone, I need you support with this question: Assuming that I have some terms, such as: ("A", "B", "C", "D", "E") How to search documents that contain a number of terms in that list but do not care what terms are. For example, any documents that include any 3 terms in the above list are match