Uses of Class
org.springframework.data.elasticsearch.core.query.HighlightQuery
Packages that use HighlightQuery
Package
Description
-
Uses of HighlightQuery in org.springframework.data.elasticsearch.core.query
Fields in org.springframework.data.elasticsearch.core.query declared as HighlightQueryMethods in org.springframework.data.elasticsearch.core.query that return HighlightQueryMethods in org.springframework.data.elasticsearch.core.query that return types with arguments of type HighlightQueryModifier and TypeMethodDescriptionBaseQuery.getHighlightQuery()
default Optional<HighlightQuery>
Query.getHighlightQuery()
Methods in org.springframework.data.elasticsearch.core.query with parameters of type HighlightQueryModifier and TypeMethodDescriptionvoid
BaseQuery.setHighlightQuery
(HighlightQuery highlightQuery) void
Query.setHighlightQuery
(HighlightQuery highlightQuery) Sets theHighlightQuery
.BaseQueryBuilder.withHighlightQuery
(HighlightQuery highlightQuery) -
Uses of HighlightQuery in org.springframework.data.elasticsearch.repository.query
Methods in org.springframework.data.elasticsearch.repository.query that return HighlightQueryModifier and TypeMethodDescriptionElasticsearchQueryMethod.getAnnotatedHighlightQuery
(HighlightConverter highlightConverter)