mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-26 09:55:52 +00:00
Minor : increase MAX_AGGREGATE_SIZE in search (#18299)
This commit is contained in:
parent
42eea35aff
commit
b175f6cb7e
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user