Hi gents,

is it possible to use TermsFilter with the 'MUST' occurence rule, instead of
the 'SHOULD'?

In the code:

def tf = new TermsFilter()
for( some terms ){
  tf.addTerm( new Term( .... ) )
}

I want that all terms MUST limit the hit list.

Thanks in advance
-- 
View this message in context: 
http://www.nabble.com/TermsFilter-and-MUST-tp19453184p19453184.html
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