I call IndexSearcher.search(Query, Collector) but it is void. Where can I obtain the Scorer object? collector.getTotalHits() seems to return the number of the documents. How can I tell it that it should count the hits in the approriate document?
-- View this message in context: http://lucene.472066.n3.nabble.com/Lucene-6-1-number-of-hits-per-document-tp4293245p4294308.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
