| Constructor and Description |
|---|
GeoBBoxCondition(String field,
double minLatitude,
double maxLatitude,
double minLongitude,
double maxLongitude)
Returns a new
GeoBBoxCondition with the specified field name and bounding box coordinates. |
boost, boostall, bigDecimalMapper, bigIntegerMapper, bitemporal, bitemporalMapper, blobMapper, bool, booleanMapper, build, classpathAnalyzer, contains, dateMapper, dateRange, dateRangeMapper, doubleMapper, field, floatMapper, fuzzy, geoBBox, geoDistance, geoDistanceSortField, geoPointMapper, index, index, inetMapper, integerMapper, longMapper, lucene, match, none, phrase, prefix, range, regexp, schema, search, snowballAnalyzer, stringMapper, textMapper, toString, uuidMapper, wildcardpublic GeoBBoxCondition(String field, double minLatitude, double maxLatitude, double minLongitude, double maxLongitude)
GeoBBoxCondition with the specified field name and bounding box coordinates.field - The name of the field to be matched.minLatitude - The minimum accepted latitude.maxLatitude - The maximum accepted latitude.minLongitude - The minimum accepted longitude.maxLongitude - The maximum accepted longitude.Copyright © 2016. All rights reserved.