public class HasParentQueryBuilder extends org.elasticsearch.index.query.AbstractQueryBuilder<HasParentQueryBuilder>
| Modifier and Type | Field | Description |
|---|---|---|
static boolean |
DEFAULT_IGNORE_UNMAPPED |
The default value for ignore_unmapped.
|
static java.lang.String |
NAME |
| Constructor | Description |
|---|---|
HasParentQueryBuilder(java.lang.String type,
org.elasticsearch.index.query.QueryBuilder query,
boolean score) |
|
HasParentQueryBuilder(org.elasticsearch.common.io.stream.StreamInput in) |
Read from a stream.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected boolean |
doEquals(HasParentQueryBuilder that) |
|
protected int |
doHashCode() |
|
protected org.elasticsearch.index.query.QueryBuilder |
doRewrite(org.elasticsearch.index.query.QueryRewriteContext queryShardContext) |
|
protected org.apache.lucene.search.Query |
doToQuery(org.elasticsearch.index.query.QueryShardContext context) |
|
protected void |
doWriteTo(org.elasticsearch.common.io.stream.StreamOutput out) |
|
protected void |
doXContent(org.elasticsearch.common.xcontent.XContentBuilder builder,
org.elasticsearch.common.xcontent.ToXContent.Params params) |
|
protected void |
extractInnerHitBuilders(java.util.Map<java.lang.String,org.elasticsearch.index.query.InnerHitContextBuilder> innerHits) |
|
static HasParentQueryBuilder |
fromXContent(org.elasticsearch.common.xcontent.XContentParser parser) |
|
java.lang.String |
getWriteableName() |
|
boolean |
ignoreUnmapped() |
Gets whether the query builder will ignore unmapped types (and run a
MatchNoDocsQuery in place of this query) or throw an exception if
the type is unmapped. |
HasParentQueryBuilder |
ignoreUnmapped(boolean ignoreUnmapped) |
Sets whether the query builder should ignore unmapped types (and run a
MatchNoDocsQuery in place of this query) or throw an exception if
the type is unmapped. |
org.elasticsearch.index.query.InnerHitBuilder |
innerHit() |
Returns inner hit definition in the scope of this query and reusing the defined type and query.
|
HasParentQueryBuilder |
innerHit(org.elasticsearch.index.query.InnerHitBuilder innerHit) |
|
org.elasticsearch.index.query.QueryBuilder |
query() |
Returns the query to execute.
|
boolean |
score() |
Returns
true if the parent score is mapped into the child documents |
java.lang.String |
type() |
Returns the parents type name
|
addValidationError, boost, boost, declareStandardFields, equals, getName, hashCode, parseInnerQueryBuilder, printBoostAndQueryName, queryName, queryName, requireValue, rewrite, throwParsingExceptionOnMultipleFields, toFilter, toQuery, toString, toXContent, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final java.lang.String NAME
public static final boolean DEFAULT_IGNORE_UNMAPPED
public HasParentQueryBuilder(java.lang.String type,
org.elasticsearch.index.query.QueryBuilder query,
boolean score)
public HasParentQueryBuilder(org.elasticsearch.common.io.stream.StreamInput in)
throws java.io.IOException
java.io.IOExceptionprotected void doWriteTo(org.elasticsearch.common.io.stream.StreamOutput out)
throws java.io.IOException
doWriteTo in class org.elasticsearch.index.query.AbstractQueryBuilder<HasParentQueryBuilder>java.io.IOExceptionpublic org.elasticsearch.index.query.QueryBuilder query()
public boolean score()
true if the parent score is mapped into the child documentspublic java.lang.String type()
public org.elasticsearch.index.query.InnerHitBuilder innerHit()
public HasParentQueryBuilder innerHit(org.elasticsearch.index.query.InnerHitBuilder innerHit)
public HasParentQueryBuilder ignoreUnmapped(boolean ignoreUnmapped)
MatchNoDocsQuery in place of this query) or throw an exception if
the type is unmapped.public boolean ignoreUnmapped()
MatchNoDocsQuery in place of this query) or throw an exception if
the type is unmapped.protected org.apache.lucene.search.Query doToQuery(org.elasticsearch.index.query.QueryShardContext context)
throws java.io.IOException
doToQuery in class org.elasticsearch.index.query.AbstractQueryBuilder<HasParentQueryBuilder>java.io.IOExceptionprotected void doXContent(org.elasticsearch.common.xcontent.XContentBuilder builder,
org.elasticsearch.common.xcontent.ToXContent.Params params)
throws java.io.IOException
doXContent in class org.elasticsearch.index.query.AbstractQueryBuilder<HasParentQueryBuilder>java.io.IOExceptionpublic static HasParentQueryBuilder fromXContent(org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getWriteableName()
protected boolean doEquals(HasParentQueryBuilder that)
doEquals in class org.elasticsearch.index.query.AbstractQueryBuilder<HasParentQueryBuilder>protected int doHashCode()
doHashCode in class org.elasticsearch.index.query.AbstractQueryBuilder<HasParentQueryBuilder>protected org.elasticsearch.index.query.QueryBuilder doRewrite(org.elasticsearch.index.query.QueryRewriteContext queryShardContext)
throws java.io.IOException
doRewrite in class org.elasticsearch.index.query.AbstractQueryBuilder<HasParentQueryBuilder>java.io.IOExceptionprotected void extractInnerHitBuilders(java.util.Map<java.lang.String,org.elasticsearch.index.query.InnerHitContextBuilder> innerHits)
extractInnerHitBuilders in class org.elasticsearch.index.query.AbstractQueryBuilder<HasParentQueryBuilder>