Posted By:
Jesus_Larrea
Posted On:
Thursday, August 17, 2006 06:24 AM
Hello.
I'm trying to use Lucene at work and I have a question. When Lucene indexes a document (i.e. plain-text document), in what moment does it read the document and gets the token words (i mean the words lucene after uses when you make a search).
I'd like to get these words in order to make a Database that contains the pairs
, and I'd like that Lucene gets these words for me. The Database is other work, that I'll do later.
Thanks.