Package org.eclipse.rdf4j.sail.lucene
Class GeoRelationQuerySpec
java.lang.Object
org.eclipse.rdf4j.sail.lucene.AbstractSearchQueryEvaluator
org.eclipse.rdf4j.sail.lucene.GeoRelationQuerySpec
- All Implemented Interfaces:
SearchQueryEvaluator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRemoves the query patterns and returns a placeholder where the query results could be placed.void
void
setFunctionParent(QueryModelNode functionParent)
void
setFunctionValueVar(String varName)
void
void
setQueryGeometry(Literal shape)
void
setRelation(String relation)
Methods inherited from class org.eclipse.rdf4j.sail.lucene.AbstractSearchQueryEvaluator
replaceQueryPatternsWithResults
-
Constructor Details
-
GeoRelationQuerySpec
public GeoRelationQuerySpec()
-
-
Method Details
-
setRelation
-
getRelation
-
setFunctionParent
-
setQueryGeometry
-
getQueryGeometry
-
setFunctionValueVar
-
getFunctionValueVar
-
setGeometryPattern
-
getSubjectVar
-
getContextVar
-
getGeoProperty
-
getGeoVar
-
setFilter
-
getFilter
-
getParentQueryModelNode
-
removeQueryPatterns
Description copied from interface:SearchQueryEvaluator
Removes the query patterns and returns a placeholder where the query results could be placed.
-