I am currently using Lucene to index a dump of Wikipedia.

I'm using the demo's IndexFiles function for the most part, but I also want to store the term frequency of a document in the index as well, is this possible?

Right now, the index just stores the (term -> document pathname) mappings, but I wonder if it's possible to change the code in some way to record the (term -> pathname, frequency in that document).

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to