javanna commented on code in PR #13542:
URL: https://github.com/apache/lucene/pull/13542#discussion_r1752702691


##########
lucene/facet/src/test/org/apache/lucene/facet/TestDrillSideways.java:
##########
@@ -142,7 +142,7 @@ protected Facets buildFacetsResult(
   private IndexSearcher getNewSearcher(IndexReader reader) {
     // Do not wrap with an asserting searcher, since DrillSidewaysQuery doesn't
     // implement all the required components like Weight#scorer.
-    IndexSearcher searcher = newSearcher(reader, true, false, 
random().nextBoolean());
+    IndexSearcher searcher = newSearcher(reader, true, false, 
Concurrency.INTER_SEGMENT);

Review Comment:
   I opened #13753 to track this.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to