Lucene - getting tokens for a given document
Java
4
Posts
2
Posters
2
Views
1
Watching
-
Hi, I have recently been asked to do some work with a Lucene installation. In short, I need to access the tokens that Lucene creates for a given document. Does anyone know how I can get the tokens with Java? Thanks in advance, John.
-
-
Thanks Richard. I have spent quite a lot of time with Google searching for an answer - including the Apache site, but haven't found anything. Every example seems to be about how to get Lucene to index a document!