Package org.apache.jena.query.text
Class TextQueryPF
- java.lang.Object
-
- org.apache.jena.sparql.pfunction.PropertyFunctionBase
-
- org.apache.jena.query.text.TextQueryPF
-
- All Implemented Interfaces:
PropertyFunction
public class TextQueryPF extends PropertyFunctionBase
property function that accesses a text index
-
-
Constructor Summary
Constructors Constructor Description TextQueryPF()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuild(PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt)QueryIteratorexec(Binding binding, PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt)-
Methods inherited from class org.apache.jena.sparql.pfunction.PropertyFunctionBase
exec
-
-
-
-
Method Detail
-
build
public void build(PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt)
- Specified by:
buildin interfacePropertyFunction- Overrides:
buildin classPropertyFunctionBase
-
exec
public QueryIterator exec(Binding binding, PropFuncArg argSubject, Node predicate, PropFuncArg argObject, ExecutionContext execCxt)
- Specified by:
execin classPropertyFunctionBase
-
-