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")
>
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.
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