Uses of Class
org.elasticsearch.common.document.DocumentField
-
Packages that use DocumentField Package Description org.elasticsearch.action.get org.elasticsearch.common.document org.elasticsearch.index.get org.elasticsearch.search -
-
Uses of DocumentField in org.elasticsearch.action.get
Methods in org.elasticsearch.action.get that return DocumentField Modifier and Type Method Description DocumentFieldGetResponse. getField(String name)Methods in org.elasticsearch.action.get that return types with arguments of type DocumentField Modifier and Type Method Description Map<String,DocumentField>GetResponse. getFields()Iterator<DocumentField>GetResponse. iterator()Deprecated.UseGetResponse.getSource()instead -
Uses of DocumentField in org.elasticsearch.common.document
Methods in org.elasticsearch.common.document that return DocumentField Modifier and Type Method Description static DocumentFieldDocumentField. fromXContent(XContentParser parser) -
Uses of DocumentField in org.elasticsearch.index.get
Methods in org.elasticsearch.index.get that return DocumentField Modifier and Type Method Description DocumentFieldGetResult. field(String name)Methods in org.elasticsearch.index.get that return types with arguments of type DocumentField Modifier and Type Method Description Map<String,DocumentField>GetResult. getDocumentFields()Map<String,DocumentField>GetResult. getFields()Map<String,DocumentField>GetResult. getMetadataFields()Iterator<DocumentField>GetResult. iterator()Constructor parameters in org.elasticsearch.index.get with type arguments of type DocumentField Constructor Description GetResult(String index, String type, String id, long seqNo, long primaryTerm, long version, boolean exists, BytesReference source, Map<String,DocumentField> documentFields, Map<String,DocumentField> metaFields) -
Uses of DocumentField in org.elasticsearch.search
Methods in org.elasticsearch.search that return DocumentField Modifier and Type Method Description DocumentFieldSearchHit. field(String fieldName)The hit field matching the given field name.Methods in org.elasticsearch.search that return types with arguments of type DocumentField Modifier and Type Method Description Map<String,DocumentField>SearchHit. fieldsOrNull()Map<String,DocumentField>SearchHit. getFields()A map of hit fields (from field name to hit fields) if additional fields were required to be loaded.Iterator<DocumentField>SearchHit. iterator()Method parameters in org.elasticsearch.search with type arguments of type DocumentField Modifier and Type Method Description voidSearchHit. fields(Map<String,DocumentField> fields)Constructor parameters in org.elasticsearch.search with type arguments of type DocumentField Constructor Description SearchHit(int docId, String id, Text type, Map<String,DocumentField> fields)SearchHit(int nestedTopDocId, String id, Text type, SearchHit.NestedIdentity nestedIdentity, Map<String,DocumentField> fields)
-