Searched refs:MAX_SNIPPET_SIZE_LIMIT (Results 1 – 1 of 1) sorted by relevance
74 private static final int MAX_SNIPPET_SIZE_LIMIT = 10_000; field in SearchSpec531 @IntRange(from = 0, to = MAX_SNIPPET_SIZE_LIMIT) int maxSnippetSize) { in setMaxSnippetSize()533 maxSnippetSize, 0, MAX_SNIPPET_SIZE_LIMIT, "maxSnippetSize"); in setMaxSnippetSize()