Is there a way to repeat all terms that belong to a specific document in the Lucene.NET index?
Basically, I want to get a document from an index based on its identifier, and then find the frequency with which each term is used in this document. Does anyone know a way to do this?
I can find the number of documents that match a specific term, but not the terms contained in a particular document.
Many thanks,
Tim
source share