mirror of https://github.com/apache/lucene.git
Fix minor bug that snuck in with LUCENE-9952
This commit is contained in:
parent
9e560c1af1
commit
eaf3cb6739
|
@ -130,7 +130,7 @@ public class ConcurrentSortedSetDocValuesFacetCounts extends Facets {
|
|||
// child:
|
||||
childIt.next();
|
||||
}
|
||||
return getPathResult(dimConfig, dim, null, -dimOrd, childIt, topN);
|
||||
return getPathResult(dimConfig, dim, null, dimOrd, childIt, topN);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue