javanna commented on code in PR #13602: URL: https://github.com/apache/lucene/pull/13602#discussion_r1696628573
########## lucene/benchmark/conf/collector.alg: ########## @@ -17,11 +17,10 @@ # ------------------------------------------------------------------------------------- # multi val params are iterated by NewRound's, added to reports, start with column name. -# collector.class can be: -# Fully Qualified Class Name of a Collector with a empty constructor -# topScoreDocOrdered - Creates a TopScoreDocCollector that requires in order docs -# topScoreDocUnordered - Like above, but allows out of order -collector.class=coll:topScoreDoc +# collector.manager.class can be: +# Fully Qualified Class Name of a CollectorManager with a empty constructor +# topScoreDoc - Creates a TopScoreDocCollectorManager +collector.manager.class=coll:topScoreDoc Review Comment: This looked like it needed updating following my changes, but I could not tell where these files are loaded, and what I should run to verify that my update works. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org