Package org.eclipse.rdf4j.sail.lucene.fn
Class QueryTupleFunction
- java.lang.Object
-
- org.eclipse.rdf4j.sail.lucene.fn.QueryTupleFunction
-
- All Implemented Interfaces:
TupleFunction
@Deprecated public class QueryTupleFunction extends Object implements TupleFunction
Deprecated.since 3.0. The LucenSpinSail is to be removed in the next major release.Arguments:- query is the query string.
- subject is the query subject or the constant search:allMatches.
- propertyPredicate is the constant search:property or not present.
- property is present if only propertyPredicate is present and is the property to query or the constant search:allProperties.
- scorePredicate is the constant search:score or not present.
- snippetPredicate is the constant search:snippet or not present.
- subject is included if the subject parameter is search:allMatches else omitted.
- property included if the propertyPredicate parameter is present and the property parameter is search:allProperties else omitted.
- score is included if the scorePredicate is search:score else omitted.
- snippet is included if the snippetPredicate is search:snippet else omitted.
-
-
Constructor Summary
Constructors Constructor Description QueryTupleFunction()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CloseableIteration<? extends List<? extends Value>,QueryEvaluationException>
evaluate(ValueFactory valueFactory, Value... args)
Deprecated.String
getURI()
Deprecated.
-
-
-
Method Detail
-
getURI
public String getURI()
Deprecated.- Specified by:
getURI
in interfaceTupleFunction
-
evaluate
public CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> evaluate(ValueFactory valueFactory, Value... args) throws QueryEvaluationException
Deprecated.- Specified by:
evaluate
in interfaceTupleFunction
- Throws:
QueryEvaluationException
-
-