Interface GeoDistanceAggregation
- All Superinterfaces:
Aggregation,FieldAggregation
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidaddUnboundedFrom(Double from) voidaddUnboundedFrom(String key, Double from) voidaddUnboundedTo(String key, Double to) getKeyed()voidsetDistanceUnit(DistanceUnit distanceUnit) voidsetGeoDistance(GeoDistance geoDistance) voidsetGeoDistanceType(GeoDistanceType geoDistanceType) voidsetGeoLocationPoint(GeoLocationPoint geoLocationPoint) voidMethods inherited from interface com.liferay.portal.search.aggregation.Aggregation
accept, addChildAggregation, addChildrenAggregations, addPipelineAggregation, addPipelineAggregations, getChildAggregation, getChildrenAggregations, getName, getPipelineAggregation, getPipelineAggregations, removeChildAggregation, removePipelineAggregationMethods inherited from interface com.liferay.portal.search.aggregation.FieldAggregation
getField, getMissing, getScript, setField, setMissing, setScript
-
Method Details
-
addRange
-
addRanges
-
addUnboundedFrom
-
addUnboundedFrom
-
addUnboundedTo
-
getDistanceUnit
DistanceUnit getDistanceUnit() -
getGeoDistance
GeoDistance getGeoDistance() -
getGeoDistanceType
GeoDistanceType getGeoDistanceType() -
getGeoLocationPoint
GeoLocationPoint getGeoLocationPoint() -
getKeyed
Boolean getKeyed() -
getRanges
-
setDistanceUnit
-
setGeoDistance
-
setGeoDistanceType
-
setGeoLocationPoint
-
setKeyed
-