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