Hello, I need to know exact count of certain terms in the documents. I noticed that when I update a document, (only one field for testing) the terms count go +1 for that specific term. for example, if I have two documents in index, each with tag="ccc" and if I update one of the documents, the terms frequency for ccc becomes 3. when I optimize the index, it goes down again to correct number. (2)
Is there any way to get the exact term frequency? Regular querying works well, but i quite did not understand why the terms count is misleading. Best Regards, C.B.