Package com.liferay.portal.search.query
Interface GeoShapeQuery
- All Superinterfaces:
Query,Serializable
-
Method Summary
Modifier and TypeMethodDescriptiongetField()getShape()voidsetIgnoreUnmapped(Boolean ignoreUnmapped) voidsetIndexedShapeIndex(String indexedShapeIndex) voidsetIndexedShapePath(String indexedShapePath) voidsetIndexedShapeRouting(String indexedShapeRouting) voidsetShapeRelation(ShapeRelation shapeRelation) voidsetSpatialStrategy(SpatialStrategy spatialStrategy) Methods inherited from interface com.liferay.portal.search.query.Query
accept, getBoost, getQueryName, setBoost, setQueryName
-
Method Details
-
getField
String getField() -
getIgnoreUnmapped
Boolean getIgnoreUnmapped() -
getIndexedShapeId
String getIndexedShapeId() -
getIndexedShapeIndex
String getIndexedShapeIndex() -
getIndexedShapePath
String getIndexedShapePath() -
getIndexedShapeRouting
String getIndexedShapeRouting() -
getIndexedShapeType
String getIndexedShapeType() -
getShape
Shape getShape() -
getShapeRelation
ShapeRelation getShapeRelation() -
getSpatialStrategy
SpatialStrategy getSpatialStrategy() -
setIgnoreUnmapped
-
setIndexedShapeIndex
-
setIndexedShapePath
-
setIndexedShapeRouting
-
setShapeRelation
-
setSpatialStrategy
-