Package org.eclipse.rdf4j.sail.lucene
Class GeoRelationQuerySpecBuilder
java.lang.Object
org.eclipse.rdf4j.sail.lucene.GeoRelationQuerySpecBuilder
- All Implemented Interfaces:
SearchQueryInterpreter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static Filter
getFilter
(QueryModelNode node, String varName) private static Literal
private static Value
private static String
private static boolean
isChildOf
(QueryModelNode child, QueryModelNode parent) void
process
(TupleExpr tupleExpr, BindingSet bindings, Collection<SearchQueryEvaluator> results) Processes a TupleExpr into a set of SearchQueryEvaluators.
-
Field Details
-
index
-
-
Constructor Details
-
GeoRelationQuerySpecBuilder
-
-
Method Details
-
process
public void process(TupleExpr tupleExpr, BindingSet bindings, Collection<SearchQueryEvaluator> results) throws SailException Description copied from interface:SearchQueryInterpreter
Processes a TupleExpr into a set of SearchQueryEvaluators.- Specified by:
process
in interfaceSearchQueryInterpreter
- Parameters:
tupleExpr
- the TupleExpr to process.bindings
- any bindings.results
- the Collection to add any SearchQueryEvaluators to.- Throws:
SailException
-
isChildOf
-
getFilter
-
getLiteral
-
getValue
-
getVarName
-