epotyom commented on code in PR #13702: URL: https://github.com/apache/lucene/pull/13702#discussion_r1740606822
########## lucene/facet/src/test/org/apache/lucene/facet/TestDrillSideways.java: ########## @@ -284,7 +284,7 @@ public void testCollectionTerminated() throws Exception { Weight dimWeight = searcher.createWeight(dimQ, ScoreMode.COMPLETE_NO_SCORES, 1f); Scorer dimScorer = dimWeight.scorer(ctx); - FacetsCollector baseFC = new FacetsCollector(); + // FacetsCollector baseFC = new FacetsCollector(); Review Comment: Oh, I thought I removed all commented out lines, will double check. Thanks! -- 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