Class ElasticsearchSearchHighlighterImpl
java.lang.Object
org.hibernate.search.backend.elasticsearch.search.highlighter.impl.ElasticsearchSearchHighlighterImpl
- All Implemented Interfaces:
ElasticsearchSearchHighlighter,SearchHighlighter
public class ElasticsearchSearchHighlighterImpl
extends Object
implements ElasticsearchSearchHighlighter
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from interface org.hibernate.search.backend.elasticsearch.search.highlighter.impl.ElasticsearchSearchHighlighter
log -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyToField(String path, com.google.gson.JsonObject fields) booleanisCompatible(ProjectionAccumulator.Provider<?, ?> provider) voidrequest(com.google.gson.JsonObject requestBody) toString()type()
-
Field Details
-
NO_OPTIONS_CONFIGURATION
-
-
Method Details
-
toString
-
request
public void request(com.google.gson.JsonObject requestBody) - Specified by:
requestin interfaceElasticsearchSearchHighlighter
-
applyToField
- Specified by:
applyToFieldin interfaceElasticsearchSearchHighlighter
-
indexNames
- Specified by:
indexNamesin interfaceElasticsearchSearchHighlighter
-
type
- Specified by:
typein interfaceElasticsearchSearchHighlighter
-
isCompatible
- Specified by:
isCompatiblein interfaceElasticsearchSearchHighlighter
-