luceneplusplus / LucenePlusPlus

Lucene++ is an up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine.
luceneplusplus@googlegroups.com
Other
738 stars 233 forks source link

How to extract the total number of matches for each document #141

Closed sinaviw592 closed 4 years ago

sinaviw592 commented 4 years ago

I'm new to lucene, so i don't know if this is possible, how to extract the total number of matches for each document?

alanw commented 4 years ago

Hi,

Instructions for finding total number of matches using ScorerVisitor.

Hope this helps.