|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.search.Sort
com.liferay.portal.kernel.search.GeoDistanceSort
public class GeoDistanceSort
| 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 | |
|---|---|
GeoDistanceSort()
|
|
| Method Summary | |
|---|---|
void |
addGeoHash(String... geoHashes)
|
void |
addGeoHash(String geoHash)
|
void |
addGeoLocationPoint(GeoLocationPoint geoLocationPoint)
|
void |
addGeoLocationPoints(GeoLocationPoint... geoLocationPoints)
|
List<String> |
getGeoHashes()
|
List<GeoLocationPoint> |
getGeoLocationPoints()
|
| Methods inherited from class com.liferay.portal.kernel.search.Sort |
|---|
getFieldName, getType, isReverse, setFieldName, setReverse, setType, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GeoDistanceSort()
| Method Detail |
|---|
public void addGeoHash(String geoHash)
public void addGeoHash(String... geoHashes)
public void addGeoLocationPoint(GeoLocationPoint geoLocationPoint)
public void addGeoLocationPoints(GeoLocationPoint... geoLocationPoints)
public List<String> getGeoHashes()
public List<GeoLocationPoint> getGeoLocationPoints()
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||