| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core.query | |
| org.springframework.data.elasticsearch.core.query.highlight |
classes to define highlight settings parameters of a query
|
| Modifier and Type | Method and Description |
|---|---|
Highlight |
HighlightQuery.getHighlight() |
| Modifier and Type | Method and Description |
|---|---|
org.elasticsearch.search.fetch.subphase.highlight.HighlightBuilder |
HighlightQueryBuilder.getHighlightBuilder(Highlight highlight,
Class<?> type)
creates an Elasticsearch HighlightBuilder from an annotation.
|
| Constructor and Description |
|---|
HighlightQuery(Highlight highlight,
Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
static Highlight |
Highlight.of(Highlight highlight)
Creates a
Highlight from an Annotation instance. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.