Uses of Class
org.elasticsearch.search.SearchHit.NestedIdentity
-
Packages that use SearchHit.NestedIdentity Package Description org.elasticsearch.search -
-
Uses of SearchHit.NestedIdentity in org.elasticsearch.search
Methods in org.elasticsearch.search that return SearchHit.NestedIdentity Modifier and Type Method Description static SearchHit.NestedIdentitySearchHit.NestedIdentity. fromXContent(XContentParser parser)SearchHit.NestedIdentitySearchHit.NestedIdentity. getChild()Returns the next child nested level if there is any, otherwisenullis returned.SearchHit.NestedIdentitySearchHit. getNestedIdentity()If this is a nested hit then nested reference information is returned otherwisenullis returned.Constructors in org.elasticsearch.search with parameters of type SearchHit.NestedIdentity Constructor Description NestedIdentity(String field, int offset, SearchHit.NestedIdentity child)SearchHit(int nestedTopDocId, String id, Text type, SearchHit.NestedIdentity nestedIdentity, Map<String,DocumentField> fields)
-