Skip to content

Commit

Permalink
Minor : increase MAX_AGGREGATE_SIZE in search (#18299)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonika-shah authored Oct 16, 2024
1 parent 42eea35 commit b175f6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class EntityBuilderConstant {
public static final String FIELD_DISPLAY_NAME_NGRAM = "displayName.ngram";
public static final String PRE_TAG = "<span class=\"text-highlighter\">";
public static final String POST_TAG = "</span>";
public static final Integer MAX_AGGREGATE_SIZE = 50;
public static final Integer MAX_AGGREGATE_SIZE = 10000;
public static final Integer MAX_RESULT_HITS = 10000;
public static final String QUERY = "query";
public static final String QUERY_NGRAM = "query.ngram";
Expand Down

0 comments on commit b175f6c

Please sign in to comment.