Ah, so is it possible to return the number of times a term appears?

Daniel Naber wrote:

On Thursday 23 December 2004 07:50, [EMAIL PROTECTED] wrote:



1. To be able to return the number of times the word appears in all
the documents (which it looks like lucene can do through IndexReader)



If you're referring to docFreq(Term t) , that will only return the number of documents that contain the term, ignoring how often the term occurs in these documents.


Regards
Daniel




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to