Package | Description |
---|---|
org.elasticsearch.search | |
org.elasticsearch.search.internal |
Modifier and Type | Method and Description |
---|---|
SearchHit.NestedIdentity |
SearchHit.NestedIdentity.getChild()
Returns the next child nested level if there is any, otherwise
null is returned. |
SearchHit.NestedIdentity |
SearchHit.getNestedIdentity()
If this is a nested hit then nested reference information is returned otherwise
null is returned. |
Modifier and Type | Class and Description |
---|---|
static class |
InternalSearchHit.InternalNestedIdentity |
Modifier and Type | Method and Description |
---|---|
SearchHit.NestedIdentity |
InternalSearchHit.InternalNestedIdentity.getChild() |
SearchHit.NestedIdentity |
InternalSearchHit.getNestedIdentity() |
Copyright © 2009–2015. All rights reserved.