| Package | Description |
|---|---|
| org.elasticsearch.index.query | |
| org.elasticsearch.index.query.support |
| Modifier and Type | Method and Description |
|---|---|
HasChildQueryBuilder |
HasChildQueryBuilder.innerHit(QueryInnerHitBuilder innerHit)
Sets inner hit definition in the scope of this query and reusing the defined type and query.
|
NestedQueryBuilder |
NestedQueryBuilder.innerHit(QueryInnerHitBuilder innerHit)
Sets inner hit definition in the scope of this nested query and reusing the defined path and query.
|
HasParentQueryBuilder |
HasParentQueryBuilder.innerHit(QueryInnerHitBuilder innerHit)
Sets inner hit definition in the scope of this query and reusing the defined type and query.
|
| Modifier and Type | Method and Description |
|---|---|
QueryInnerHitBuilder |
QueryInnerHitBuilder.setName(String name)
Set the key name to be used in the response.
|
Copyright © 2009–2017. All rights reserved.