Package org.elasticsearch.index.query
Class GeoPolygonQueryBuilder
java.lang.Object
org.elasticsearch.index.query.AbstractQueryBuilder<GeoPolygonQueryBuilder>
org.elasticsearch.index.query.GeoPolygonQueryBuilder
- All Implemented Interfaces:
NamedWriteable,Writeable,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject,QueryBuilder,Rewriteable<QueryBuilder>
@Deprecated public class GeoPolygonQueryBuilder extends AbstractQueryBuilder<GeoPolygonQueryBuilder>
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields Modifier and Type Field Description static booleanDEFAULT_IGNORE_UNMAPPEDDeprecated.The default value for ignore_unmapped.static java.lang.StringGEO_POLYGON_DEPRECATION_MSGDeprecated.static java.lang.StringNAMEDeprecated.Fields inherited from class org.elasticsearch.index.query.AbstractQueryBuilder
boost, BOOST_FIELD, DEFAULT_BOOST, NAME_FIELD, queryNameFields inherited from interface org.elasticsearch.index.query.Rewriteable
MAX_REWRITE_ROUNDSFields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
Constructors Constructor Description GeoPolygonQueryBuilder(java.lang.String fieldName, java.util.List<GeoPoint> points)Deprecated.GeoPolygonQueryBuilder(StreamInput in)Deprecated.Read from a stream. -
Method Summary
Modifier and Type Method Description protected booleandoEquals(GeoPolygonQueryBuilder other)Deprecated.Indicates whether some otherQueryBuilderobject of the same type is "equal to" this one.protected intdoHashCode()Deprecated.protected org.apache.lucene.search.QuerydoToQuery(SearchExecutionContext context)Deprecated.protected voiddoWriteTo(StreamOutput out)Deprecated.protected voiddoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)Deprecated.java.lang.StringfieldName()Deprecated.static GeoPolygonQueryBuilderfromXContent(org.elasticsearch.common.xcontent.XContentParser parser)Deprecated.GeoValidationMethodgetValidationMethod()Deprecated.Returns the validation method to use for geo coordinates.java.lang.StringgetWriteableName()Deprecated.Returns the name of the writeable objectbooleanignoreUnmapped()Deprecated.Gets whether the query builder will ignore unmapped fields (and run aMatchNoDocsQueryin place of this query) or throw an exception if the field is unmapped.GeoPolygonQueryBuilderignoreUnmapped(boolean ignoreUnmapped)Deprecated.Sets whether the query builder should ignore unmapped fields (and run aMatchNoDocsQueryin place of this query) or throw an exception if the field is unmapped.java.util.List<GeoPoint>points()Deprecated.GeoPolygonQueryBuildersetValidationMethod(GeoValidationMethod method)Deprecated.Sets the validation method to use for geo coordinates.Methods inherited from class org.elasticsearch.index.query.AbstractQueryBuilder
addValidationError, boost, boost, checkNegativeBoost, declareStandardFields, doRewrite, equals, extractInnerHitBuilders, getName, hashCode, parseInnerQueryBuilder, parseInnerQueryBuilder, printBoostAndQueryName, queryName, queryName, requireValue, rewrite, throwParsingExceptionOnMultipleFields, toQuery, toString, toXContent, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
Field Details
-
NAME
public static final java.lang.String NAMEDeprecated.- See Also:
- Constant Field Values
-
GEO_POLYGON_DEPRECATION_MSG
public static final java.lang.String GEO_POLYGON_DEPRECATION_MSGDeprecated.- See Also:
- Constant Field Values
-
DEFAULT_IGNORE_UNMAPPED
public static final boolean DEFAULT_IGNORE_UNMAPPEDDeprecated.The default value for ignore_unmapped.- See Also:
- Constant Field Values
-
-
Constructor Details
-
GeoPolygonQueryBuilder
@Deprecated public GeoPolygonQueryBuilder(java.lang.String fieldName, java.util.List<GeoPoint> points)Deprecated. -
GeoPolygonQueryBuilder
Deprecated.Read from a stream.- Throws:
java.io.IOException
-
-
Method Details
-
doWriteTo
Deprecated.- Specified by:
doWriteToin classAbstractQueryBuilder<GeoPolygonQueryBuilder>- Throws:
java.io.IOException
-
fieldName
public java.lang.String fieldName()Deprecated. -
points
Deprecated. -
setValidationMethod
Deprecated.Sets the validation method to use for geo coordinates. -
getValidationMethod
Deprecated.Returns the validation method to use for geo coordinates. -
ignoreUnmapped
Deprecated.Sets whether the query builder should ignore unmapped fields (and run aMatchNoDocsQueryin place of this query) or throw an exception if the field is unmapped. -
ignoreUnmapped
public boolean ignoreUnmapped()Deprecated.Gets whether the query builder will ignore unmapped fields (and run aMatchNoDocsQueryin place of this query) or throw an exception if the field is unmapped. -
doToQuery
protected org.apache.lucene.search.Query doToQuery(SearchExecutionContext context) throws java.io.IOExceptionDeprecated.- Specified by:
doToQueryin classAbstractQueryBuilder<GeoPolygonQueryBuilder>- Throws:
java.io.IOException
-
doXContent
protected void doXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOExceptionDeprecated.- Specified by:
doXContentin classAbstractQueryBuilder<GeoPolygonQueryBuilder>- Throws:
java.io.IOException
-
fromXContent
public static GeoPolygonQueryBuilder fromXContent(org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOExceptionDeprecated.- Throws:
java.io.IOException
-
doEquals
Deprecated.Description copied from class:AbstractQueryBuilderIndicates whether some otherQueryBuilderobject of the same type is "equal to" this one.- Specified by:
doEqualsin classAbstractQueryBuilder<GeoPolygonQueryBuilder>
-
doHashCode
protected int doHashCode()Deprecated.- Specified by:
doHashCodein classAbstractQueryBuilder<GeoPolygonQueryBuilder>
-
getWriteableName
public java.lang.String getWriteableName()Deprecated.Description copied from interface:NamedWriteableReturns the name of the writeable object
-
GeoShapeQueryBuilder