Shradha26 commented on code in PR #14237: URL: https://github.com/apache/lucene/pull/14237#discussion_r1959688900
########## lucene/demo/src/java/org/apache/lucene/demo/facet/SandboxFacetsExample.java: ########## @@ -130,6 +135,88 @@ void index() throws IOException { IOUtils.close(indexWriter, taxoWriter); } + /** + * Example for {@link FacetBuilder} usage - simple API that provides results in a format very + * similar to classic facets module. It doesn't give all flexibility available with {@link Review Comment: Would it be a good idea to have a bidirectional link for the shared examples in the classic and new aggregation modules? Edit: nvm, I think the examples are a bit different. -- 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