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.
|
HasChildFilterBuilder |
HasChildFilterBuilder.innerHit(QueryInnerHitBuilder innerHit)
Sets inner hit definition in the scope of this filter and reusing the defined type and query.
|
NestedFilterBuilder |
NestedFilterBuilder.innerHit(QueryInnerHitBuilder innerHit)
Sets inner hit definition in the scope of this nested filter 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.
|
NestedQueryBuilder |
NestedQueryBuilder.innerHit(QueryInnerHitBuilder innerHit)
Sets inner hit definition in the scope of this nested query and reusing the defined path and query.
|
HasParentFilterBuilder |
HasParentFilterBuilder.innerHit(QueryInnerHitBuilder innerHit)
Sets inner hit definition in the scope of this filter 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–2015. All rights reserved.