From: Jonas P. <jon...@gm...> - 2013-11-20 19:48:47
|
Dear all My apologies for once more disturbing. After a deep search in the API and test code of CLucene I managed to answer 2 of my 3 previous questions. However this one I have not been able to solve: When building a query and applying it to an IndexSearcher, is it possible to obtain for each document the number of times the query phrase was found in the document. For example when looking for the phrase "cat is walking" , I would like to know for each document how many times it was found. Is this possible and if yes, how? Thanks Jonas |