I created a collector with SimpleCollector collector = new TotalHitCountCollector(); but when I wanted to call collector.setScorer(scorer); the scorer has again several parameters: Scorer scorer = new ConstantScoreScorer(Weight, float, disi); Do I have to create these objects, too?
-- View this message in context: http://lucene.472066.n3.nabble.com/Lucene-6-1-number-of-hits-per-document-tp4293245p4294286.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]
