You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Daniel Quach <da...@cs.ucla.edu> on 2011/11/10 04:44:24 UTC

Change IndexFiles to record term frequency as well?

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-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org