Package com.liferay.portal.kernel.search
Class GeoDistanceSort
Object
com.liferay.portal.kernel.search.Sort
com.liferay.portal.kernel.search.GeoDistanceSort
- All Implemented Interfaces:
Serializable
- Author:
- Michael C. Han
- See Also:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.search.Sort
CUSTOM_TYPE, DOC_TYPE, DOUBLE_TYPE, FLOAT_TYPE, GEO_DISTANCE_TYPE, INT_TYPE, LONG_TYPE, SCORE_TYPE, STRING_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddGeoHash(String geoHash) voidaddGeoHash(String... geoHashes) voidaddGeoLocationPoint(GeoLocationPoint geoLocationPoint) voidaddGeoLocationPoints(GeoLocationPoint... geoLocationPoints) Methods inherited from class com.liferay.portal.kernel.search.Sort
getFieldName, getFieldPath, getType, isReverse, setFieldName, setFieldPath, setReverse, setType, toString
-
Constructor Details
-
GeoDistanceSort
public GeoDistanceSort()
-
-
Method Details
-
addGeoHash
-
addGeoHash
-
addGeoLocationPoint
-
addGeoLocationPoints
-
getGeoHashes
-
getGeoLocationPoints
-