Package com.liferay.portal.search.query
Interface GeoShapeQuery
- All Superinterfaces:
Query
,Serializable
-
Method Summary
Modifier and TypeMethodDescriptiongetField()
getShape()
void
setIgnoreUnmapped
(Boolean ignoreUnmapped) void
setIndexedShapeIndex
(String indexedShapeIndex) void
setIndexedShapePath
(String indexedShapePath) void
setIndexedShapeRouting
(String indexedShapeRouting) void
setShapeRelation
(ShapeRelation shapeRelation) void
setSpatialStrategy
(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
-