Skip to content

Commit

Permalink
reduce SolrMultiCollectorManager.[Leaf]Collectors visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoerschke committed Feb 13, 2024
1 parent 08d415f commit 3e66068
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public Object[] reduce(Collection<Collectors> reducableCollectors) throws IOExce
}

/** Wraps multiple collectors for processing */
public class Collectors implements Collector {
class Collectors implements Collector {

private final Collector[] collectors;

Expand Down Expand Up @@ -101,7 +101,7 @@ public final ScoreMode scoreMode() {
*
* @lucene.internal
*/
public class LeafCollectors implements LeafCollector {
private class LeafCollectors implements LeafCollector {

private final LeafCollector[] leafCollectors;
private final boolean skipNonCompetitiveScores;
Expand Down

0 comments on commit 3e66068

Please sign in to comment.