I believe Lucene's IndexReader has a method that you can use to access a document's term frequency vector.
On Apr 3, 2005 9:32 PM, Siva Bandhamravuri <[EMAIL PROTECTED]> wrote: > > > How can I access the frequencies of indexed terms. Specifically, I want to > know > the number of occurrences of the indexed terms in the documents fetched. > > What classes do I have to use and which documents in the crawl directory > should > I run these classes. > > thanks > Siva >
