| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core | |
| org.springframework.data.elasticsearch.core.document |
Classes related to the Document structure of Elasticsearch documents and search responses.
|
| Modifier and Type | Method and Description |
|---|---|
NestedMetaData |
SearchHit.getNestedMetaData()
If this is a nested inner hit, return the nested metadata information
|
| Constructor and Description |
|---|
SearchHit(String index,
String id,
String routing,
float score,
Object[] sortValues,
Map<String,List<String>> highlightFields,
Map<String,SearchHits<?>> innerHits,
NestedMetaData nestedMetaData,
Explanation explanation,
List<String> matchedQueries,
T content) |
| Modifier and Type | Method and Description |
|---|---|
NestedMetaData |
NestedMetaData.getChild() |
default NestedMetaData |
SearchDocument.getNestedMetaData() |
static NestedMetaData |
NestedMetaData.of(String field,
int offset,
NestedMetaData nested) |
| Modifier and Type | Method and Description |
|---|---|
static NestedMetaData |
NestedMetaData.of(String field,
int offset,
NestedMetaData nested) |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.