Package | Description |
---|---|
org.elasticsearch.search | |
org.elasticsearch.search.internal |
Modifier and Type | Method and Description |
---|---|
SearchHitField |
SearchHit.field(String fieldName)
The hit field matching the given field name.
|
Modifier and Type | Method and Description |
---|---|
Map<String,SearchHitField> |
SearchHit.fields()
A map of hit fields (from field name to hit fields) if additional fields
were required to be loaded.
|
Map<String,SearchHitField> |
SearchHit.getFields()
A map of hit fields (from field name to hit fields) if additional fields
were required to be loaded.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalSearchHitField |
Modifier and Type | Method and Description |
---|---|
SearchHitField |
InternalSearchHit.field(String fieldName) |
Modifier and Type | Method and Description |
---|---|
Map<String,SearchHitField> |
InternalSearchHit.fields() |
Map<String,SearchHitField> |
InternalSearchHit.fieldsOrNull() |
Map<String,SearchHitField> |
InternalSearchHit.getFields() |
Iterator<SearchHitField> |
InternalSearchHit.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
InternalSearchHit.fields(Map<String,SearchHitField> fields) |
Constructor and Description |
---|
InternalSearchHit(int nestedTopDocId,
String id,
Text type,
InternalSearchHit.InternalNestedIdentity nestedIdentity,
Map<String,SearchHitField> fields) |
InternalSearchHit(int docId,
String id,
Text type,
Map<String,SearchHitField> fields) |
Copyright © 2009–2015. All rights reserved.