gautamworah96 commented on a change in pull request #632: URL: https://github.com/apache/lucene/pull/632#discussion_r799102042
########## File path: lucene/facet/src/java/org/apache/lucene/facet/DrillSideways.java ########## @@ -192,7 +192,11 @@ protected Facets buildFacetsResult( * ExecutorService} was supplied to the ctor, since {@code Collector}s are not thread-safe. If * interested in concurrent drill sideways, please use one of the other static {@code search} * methods. + * + * @deprecated This method is deprecated in interest of the {@link #search(DrillDownQuery, + * CollectorManager)} method. */ + @Deprecated Review comment: Sure. I'll open a separate PR for Lucene 9.x -- 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