Package org.elasticsearch.join.query
Class ParentIdQueryBuilder
- java.lang.Object
-
- org.elasticsearch.index.query.AbstractQueryBuilder<ParentIdQueryBuilder>
-
- org.elasticsearch.join.query.ParentIdQueryBuilder
-
- All Implemented Interfaces:
NamedWriteable,Writeable,ToXContent,ToXContentObject,QueryBuilder,Rewriteable<QueryBuilder>
public final class ParentIdQueryBuilder extends AbstractQueryBuilder<ParentIdQueryBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
-
Nested 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.StringNAME-
Fields inherited from class org.elasticsearch.index.query.AbstractQueryBuilder
boost, BOOST_FIELD, DEFAULT_BOOST, NAME_FIELD, queryName
-
Fields inherited from interface org.elasticsearch.index.query.Rewriteable
MAX_REWRITE_ROUNDS
-
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
-
Constructor Summary
Constructors Constructor Description ParentIdQueryBuilder(java.lang.String type, java.lang.String id)ParentIdQueryBuilder(StreamInput in)Read from a stream.
-
Method Summary
Modifier and Type Method Description protected booleandoEquals(ParentIdQueryBuilder that)protected intdoHashCode()protected QuerydoToQuery(QueryShardContext context)protected voiddoWriteTo(StreamOutput out)protected voiddoXContent(XContentBuilder builder, ToXContent.Params params)static ParentIdQueryBuilderfromXContent(XContentParser parser)java.lang.StringgetId()java.lang.StringgetType()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.ParentIdQueryBuilderignoreUnmapped(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.-
Methods inherited from class org.elasticsearch.index.query.AbstractQueryBuilder
addValidationError, boost, boost, checkNegativeBoost, declareStandardFields, doRewrite, equals, extractInnerHitBuilders, getName, hashCode, parseInnerQueryBuilder, printBoostAndQueryName, queryName, queryName, requireValue, rewrite, throwParsingExceptionOnMultipleFields, toQuery, toString, toXContent, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
DEFAULT_IGNORE_UNMAPPED
public static final boolean DEFAULT_IGNORE_UNMAPPED
The default value for ignore_unmapped.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ParentIdQueryBuilder
public ParentIdQueryBuilder(java.lang.String type, java.lang.String id)
-
ParentIdQueryBuilder
public ParentIdQueryBuilder(StreamInput in) throws java.io.IOException
Read from a stream.- Throws:
java.io.IOException
-
-
Method Detail
-
doWriteTo
protected void doWriteTo(StreamOutput out) throws java.io.IOException
- Specified by:
doWriteToin classAbstractQueryBuilder<ParentIdQueryBuilder>- Throws:
java.io.IOException
-
getType
public java.lang.String getType()
-
getId
public java.lang.String getId()
-
ignoreUnmapped
public ParentIdQueryBuilder ignoreUnmapped(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.
-
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.
-
doXContent
protected void doXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
- Specified by:
doXContentin classAbstractQueryBuilder<ParentIdQueryBuilder>- Throws:
java.io.IOException
-
fromXContent
public static ParentIdQueryBuilder fromXContent(XContentParser parser) throws java.io.IOException
- Throws:
java.io.IOException
-
doToQuery
protected Query doToQuery(QueryShardContext context) throws java.io.IOException
- Specified by:
doToQueryin classAbstractQueryBuilder<ParentIdQueryBuilder>- Throws:
java.io.IOException
-
doEquals
protected boolean doEquals(ParentIdQueryBuilder that)
- Specified by:
doEqualsin classAbstractQueryBuilder<ParentIdQueryBuilder>
-
doHashCode
protected int doHashCode()
- Specified by:
doHashCodein classAbstractQueryBuilder<ParentIdQueryBuilder>
-
getWriteableName
public java.lang.String getWriteableName()
-
-