Interface ElasticsearchSearchHighlighter
-
- All Superinterfaces:
SearchHighlighter
- All Known Implementing Classes:
ElasticsearchSearchHighlighterImpl
public interface ElasticsearchSearchHighlighter extends SearchHighlighter
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyToField(String path, com.google.gson.JsonObject fields)static ElasticsearchSearchHighlighterfrom(ElasticsearchSearchIndexScope<?> scope, SearchHighlighter highlighter)Set<String>indexNames()voidrequest(com.google.gson.JsonObject requestBody)SearchHighlighterTypetype()
-
-
-
Field Detail
-
log
static final Log log
-
-
Method Detail
-
request
void request(com.google.gson.JsonObject requestBody)
-
applyToField
void applyToField(String path, com.google.gson.JsonObject fields)
-
type
SearchHighlighterType type()
-
from
static ElasticsearchSearchHighlighter from(ElasticsearchSearchIndexScope<?> scope, SearchHighlighter highlighter)
-
-