epotyom commented on code in PR #12862: URL: https://github.com/apache/lucene/pull/12862#discussion_r1540090770
########## lucene/facet/src/java/org/apache/lucene/facet/Facets.java: ########## @@ -58,6 +58,9 @@ public abstract FacetResult getTopChildren(int topN, String dim, String... path) /** * Return the counts or values for specific paths. Returns {@link #MISSING_SPECIFIC_VALUE} if * corresponding path doesn't exist, else the count. + * + * <p>{@link #getSpecificValue} for each path should produce similar results, but the bulk method Review Comment: That is true, changed👍 -- 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