I have a scenario where I want to search for documents that contain many
terms (maybe 100s or 1000s), and then know the number of terms that
matched. I'm happy to implement this as a query object/parser.

I understand that Lucene isn't well suited to this scenario. Any
suggestions as to how to make this more efficient? Does the TermsQuery
work differently from the BooleanQuery regarding large numbers of terms?

Upayavira

Reply via email to