Package org.elasticsearch.join.query
Class HasParentQueryBuilder
java.lang.Object
org.elasticsearch.index.query.AbstractQueryBuilder<HasParentQueryBuilder>
org.elasticsearch.join.query.HasParentQueryBuilder
- All Implemented Interfaces:
NamedWriteable,Writeable,ToXContent,ToXContentObject,QueryBuilder,Rewriteable<QueryBuilder>
public class HasParentQueryBuilder extends AbstractQueryBuilder<HasParentQueryBuilder>
Builder for the 'has_parent' query.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V extends java.lang.Object>, Writeable.Writer<V extends java.lang.Object> -
Field Summary
Fields Modifier and Type Field Description static booleanDEFAULT_IGNORE_UNMAPPEDThe default value for ignore_unmapped.static java.lang.StringNAMEFields inherited from class org.elasticsearch.index.query.AbstractQueryBuilder
boost, BOOST_FIELD, DEFAULT_BOOST, NAME_FIELD, queryName -
Constructor Summary
Constructors Constructor Description HasParentQueryBuilder(java.lang.String type, QueryBuilder query, boolean score)HasParentQueryBuilder(StreamInput in)Read from a stream. -
Method Summary
Modifier and Type Method Description protected booleandoEquals(HasParentQueryBuilder that)protected intdoHashCode()protected QueryBuilderdoRewrite(QueryRewriteContext queryShardContext)protected org.apache.lucene.search.QuerydoToQuery(QueryShardContext context)protected voiddoWriteTo(StreamOutput out)protected voiddoXContent(XContentBuilder builder, ToXContent.Params params)protected voidextractInnerHitBuilders(java.util.Map<java.lang.String,InnerHitContextBuilder> innerHits)static HasParentQueryBuilderfromXContent(XContentParser parser)java.lang.StringgetWriteableName()booleanignoreUnmapped()Gets whether the query builder will ignore unmapped types (and run aMatchNoDocsQueryin place of this query) or throw an exception if the type is unmapped.HasParentQueryBuilderignoreUnmapped(boolean ignoreUnmapped)Sets whether the query builder should ignore unmapped types (and run aMatchNoDocsQueryin place of this query) or throw an exception if the type is unmapped.InnerHitBuilderinnerHit()Returns inner hit definition in the scope of this query and reusing the defined type and query.HasParentQueryBuilderinnerHit(InnerHitBuilder innerHit)QueryBuilderquery()Returns the query to execute.booleanscore()Returnstrueif the parent score is mapped into the child documentsjava.lang.Stringtype()Returns the parents type nameMethods inherited from class org.elasticsearch.index.query.AbstractQueryBuilder
addValidationError, boost, boost, checkNegativeBoost, declareStandardFields, equals, getName, hashCode, parseInnerQueryBuilder, printBoostAndQueryName, queryName, queryName, requireValue, rewrite, throwParsingExceptionOnMultipleFields, toQuery, toString, toXContent, writeTo
-
Field Details
-
NAME
public static final java.lang.String NAME- See Also:
- Constant Field Values
-
DEFAULT_IGNORE_UNMAPPED
public static final boolean DEFAULT_IGNORE_UNMAPPEDThe default value for ignore_unmapped.- See Also:
- Constant Field Values
-
-
Constructor Details
-
HasParentQueryBuilder
-
HasParentQueryBuilder
Read from a stream.- Throws:
java.io.IOException
-
-
Method Details
-
doWriteTo
- Specified by:
doWriteToin classAbstractQueryBuilder<HasParentQueryBuilder>- Throws:
java.io.IOException
-
query
Returns the query to execute. -
score
public boolean score()Returnstrueif the parent score is mapped into the child documents -
type
public java.lang.String type()Returns the parents type name -
innerHit
Returns inner hit definition in the scope of this query and reusing the defined type and query. -
innerHit
-
ignoreUnmapped
Sets whether the query builder should ignore unmapped types (and run aMatchNoDocsQueryin place of this query) or throw an exception if the type is unmapped. -
ignoreUnmapped
public boolean ignoreUnmapped()Gets whether the query builder will ignore unmapped types (and run aMatchNoDocsQueryin place of this query) or throw an exception if the type is unmapped. -
doToQuery
protected org.apache.lucene.search.Query doToQuery(QueryShardContext context) throws java.io.IOException- Specified by:
doToQueryin classAbstractQueryBuilder<HasParentQueryBuilder>- Throws:
java.io.IOException
-
doXContent
protected void doXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
doXContentin classAbstractQueryBuilder<HasParentQueryBuilder>- Throws:
java.io.IOException
-
fromXContent
- Throws:
java.io.IOException
-
getWriteableName
public java.lang.String getWriteableName() -
doEquals
- Specified by:
doEqualsin classAbstractQueryBuilder<HasParentQueryBuilder>
-
doHashCode
protected int doHashCode()- Specified by:
doHashCodein classAbstractQueryBuilder<HasParentQueryBuilder>
-
doRewrite
- Overrides:
doRewritein classAbstractQueryBuilder<HasParentQueryBuilder>- Throws:
java.io.IOException
-
extractInnerHitBuilders
protected void extractInnerHitBuilders(java.util.Map<java.lang.String,InnerHitContextBuilder> innerHits)- Overrides:
extractInnerHitBuildersin classAbstractQueryBuilder<HasParentQueryBuilder>
-