Package | Description |
---|---|
org.elasticsearch.index.query |
Modifier and Type | Method and Description |
---|---|
HasParentQueryBuilder |
HasParentQueryBuilder.boost(float boost) |
static HasParentQueryBuilder |
QueryBuilders.hasParentQuery(String type,
QueryBuilder query)
Constructs a new NON scoring parent query, with the parent type and the query to run on the parent documents.
|
HasParentQueryBuilder |
HasParentQueryBuilder.innerHit(QueryInnerHitBuilder innerHit)
Sets inner hit definition in the scope of this query and reusing the defined type and query.
|
HasParentQueryBuilder |
HasParentQueryBuilder.queryName(String queryName)
Sets the query name for the filter that can be used when searching for matched_filters per hit.
|
HasParentQueryBuilder |
HasParentQueryBuilder.scoreType(String scoreType)
Defines how the parent score is mapped into the child documents.
|
Copyright © 2009–2015. All rights reserved.