> I'd like to use lucene to search text
> documents for the existence of a large
> list of search terms. I have a file that contains thousands
> of entries, one
> word per line. I was thinking about to writing a
> specialized analyzer
> that tokenizes the document by looking up each token
> in th
I'd like to use lucene to search text documents for the existence of a large
list of search terms. I have a file that contains thousands of entries, one
word per line. I was thinking about to writing a specialized analyzer
that tokenizes the document by looking up each token in the source document