Yuti-G commented on a change in pull request #747:
URL: https://github.com/apache/lucene/pull/747#discussion_r830539760
##########
File path:
lucene/facet/src/java/org/apache/lucene/facet/sortedset/SortedSetDocValuesFacetCounts.java
##########
@@ -114,7 +116,7 @@ public FacetResult getTopChildren(int topN, String dim,
String... path) throws I
return null;
}
DimTree dimTree = state.getDimTree(dim);
- return getPathResult(dimConfig, dim, path, pathOrd,
dimTree.iterator(pathOrd), topN);
+ return getPathResult(dimConfig, dim, path, pathOrd,
dimTree.iterator(pathOrd), topN, null);
Review comment:
Great idea, 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: [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]