Re: Indexing and search questions

2010-04-20 Thread Ahmet Arslan
> 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

Indexing and search questions

2010-04-20 Thread Fred Rahmanian
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