| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core.query | |
| org.springframework.data.elasticsearch.repository.query |
| Modifier and Type | Field and Description |
|---|---|
protected HighlightQuery |
BaseQueryBuilder.highlightQuery |
protected HighlightQuery |
BaseQuery.highlightQuery |
| Modifier and Type | Method and Description |
|---|---|
HighlightQuery |
BaseQueryBuilder.getHighlightQuery() |
| Modifier and Type | Method and Description |
|---|---|
default Optional<HighlightQuery> |
Query.getHighlightQuery() |
Optional<HighlightQuery> |
BaseQuery.getHighlightQuery() |
| Modifier and Type | Method and Description |
|---|---|
void |
Query.setHighlightQuery(HighlightQuery highlightQuery)
Sets the
HighlightQuery. |
void |
BaseQuery.setHighlightQuery(HighlightQuery highlightQuery) |
SELF |
BaseQueryBuilder.withHighlightQuery(HighlightQuery highlightQuery) |
| Modifier and Type | Method and Description |
|---|---|
HighlightQuery |
ElasticsearchQueryMethod.getAnnotatedHighlightQuery() |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.