public interface AutoCompleteEngine
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.jena.graph.Triple> |
getResults(org.apache.jena.graph.Graph graph,
org.apache.jena.graph.Node typeNode,
String[] langs,
String prefix,
int count,
int offset,
Predicate<org.apache.jena.graph.Node> filter)
Performs an auto-complete operation.
|
List<org.apache.jena.graph.Triple> getResults(org.apache.jena.graph.Graph graph, org.apache.jena.graph.Node typeNode, String[] langs, String prefix, int count, int offset, Predicate<org.apache.jena.graph.Node> filter)
graph - the Graph to operate ontypeNode - the rdf:type of the result objectslangs - the match languages of the literalsprefix - the prefix string that was enteredcount - the max number of results to return or -1offset - the offset from which to start returning valuesfilter - an optional additional filter to drop resultsCopyright © 2019 TopQuadrant, Inc.. All rights reserved.