Interface ElasticsearchSearchHighlighter
- All Superinterfaces:
SearchHighlighter
- All Known Implementing Classes:
ElasticsearchSearchHighlighterImpl
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyToField(String path, com.google.gson.JsonObject fields) from(ElasticsearchSearchIndexScope<?> scope, SearchHighlighter highlighter) booleanisCompatible(ProjectionAccumulator.Provider<?, ?> accumulatorProvider) voidrequest(com.google.gson.JsonObject requestBody) type()
-
Field Details
-
log
-
-
Method Details
-
request
void request(com.google.gson.JsonObject requestBody) -
applyToField
-
indexNames
-
type
SearchHighlighterType type() -
isCompatible
-
from
static ElasticsearchSearchHighlighter from(ElasticsearchSearchIndexScope<?> scope, SearchHighlighter highlighter)
-