Hi all,

I've been trying to figure out the best way to search a document for a set
of given keywords. In other words, I have a defined set of keywords I want
to match and a document within which to search for those keywords. I also
need to know which of the keywords match and not just whether any did.
Certainly, the simplest way seems to just run a query for each keyword
against the index that the doc is in. But seems rather crude and if the list
of keywords gets large, would be a nasty performance problem.

Can't figure out any more clever and/or efficient way to go about it. Any
suggestions?

Cheers,
Zaq

--
View this message in context: 
http://lucene.472066.n3.nabble.com/searching-for-finiite-keyword-matches-tp2954451p2954451.html
Sent from the Lucene - General mailing list archive at Nabble.com.

Reply via email to