Re: non-standard query

2006-01-19 Thread Yonik Seeley
Check out minNrShouldMatch in BooleanQuery in the latest lucene version (1.9 dev version in subversion). -Yonik On 1/19/06, Anton Potehin <[EMAIL PROTECTED]> wrote: > Suppose that the search query contains 20 terms. It is necessary to find > all documents which contains at least 5 terms from sear

non-standard query

2006-01-19 Thread Anton Potehin
I've the following problem: I've a big number of documents indexed. Suppose that the search query contains 20 terms. It is necessary to find all documents which contains at least 5 terms from search query. Is it possible to implement? If yes, what problems may arise during the solving of thi