Skip to content

Commit

Permalink
Adding javadocs for fixing build failure
Browse files Browse the repository at this point in the history
Signed-off-by: Ankit Jain <[email protected]>
  • Loading branch information
jainankitk committed Nov 17, 2023
1 parent d9bbd1f commit 5f25240
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
import java.util.Map;
import java.util.function.Function;

/**
* Helpers functions to rewrite and optimize aggregations using
* range filter queries
*
* @opensearch.internal
*/
public class FilterRewriteHelper {
private static final int MAX_NUM_FILTER_BUCKETS = 1024;
private static final Map<Class, Function<Query, Query>> queryWrappers;
Expand Down

0 comments on commit 5f25240

Please sign in to comment.