Hi all, I was reading some code that calls Lucene40TermVectorsReader TVTermsEnum
The method totalTermFreq() actually returns freq and the method docFreq() returns 1. Once you think about the context this sort of makes sense but I found this confusing. I'm guessing there is a good reason for the method to be called totalTermFreq(), but I would like to know what that is. Also is there documentation somewhere in the javadocs that explains this? Better yet, is there a good example of how to use the Lucene 4.x TermVectors API? Tom
