java.lang.Object
org.apache.jena.sparql.pfunction.PropertyFunctionBase
org.apache.jena.query.text.TextQueryPF
- All Implemented Interfaces:
PropertyFunction
property function that accesses a text index
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
build
(PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt) exec
(Binding binding, PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt) Methods inherited from class org.apache.jena.sparql.pfunction.PropertyFunctionBase
exec
-
Constructor Details
-
TextQueryPF
public TextQueryPF()
-
-
Method Details
-
build
public void build(PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt) - Specified by:
build
in interfacePropertyFunction
- Overrides:
build
in classPropertyFunctionBase
-
exec
public QueryIterator exec(Binding binding, PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt) - Specified by:
exec
in classPropertyFunctionBase
-