Uses of Class
org.apache.jena.query.text.TextHit
Packages that use TextHit
-
Uses of TextHit in org.apache.jena.query.text
Methods in org.apache.jena.query.text that return types with arguments of type TextHitModifier and TypeMethodDescriptionTextIndex.query
(String subjectUri, List<org.apache.jena.rdf.model.Resource> props, String qs, String graphURI, String lang, int limit, String highlight) TextIndex.query
(String subjectUri, org.apache.jena.graph.Node property, String qs, String graphURI, String lang, int limit, String highlight) TextIndex.query
(List<org.apache.jena.rdf.model.Resource> props, String qs, String graphURI, String lang, int limit, String highlight) TextIndex.query
(org.apache.jena.graph.Node property, String qs, String graphURI, String lang, int limit) Access the index - limit if -1 for as many as possible Throw QueryParseException for syntax errors in the query string.TextIndex.query
(org.apache.jena.graph.Node property, String qs, String graphURI, String lang, int limit, String highlight) TextIndex.query
(org.apache.jena.graph.Node subj, List<org.apache.jena.rdf.model.Resource> props, String qs, String graphURI, String lang, int limit, String highlight) TextIndexLucene.query
(String subjectUri, List<org.apache.jena.rdf.model.Resource> props, String qs, String graphURI, String lang, int limit, String highlight) TextIndexLucene.query
(String subjectUri, org.apache.jena.graph.Node propNode, String qs, String graphURI, String lang, int limit, String highlight) TextIndexLucene.query
(List<org.apache.jena.rdf.model.Resource> props, String qs, String graphURI, String lang, int limit, String highlight) TextIndexLucene.query
(org.apache.jena.graph.Node property, String qs, String graphURI, String lang, int limit) TextIndexLucene.query
(org.apache.jena.graph.Node propNode, String qs, String graphURI, String lang, int limit, String highlight) TextIndexLucene.query
(org.apache.jena.graph.Node subj, List<org.apache.jena.rdf.model.Resource> props, String qs, String graphURI, String lang, int limit, String highlight) Search the text index on the default text fieldSearch the text index on the default text fieldSearch the text index on the text field associated with the predicateSearch the text index on the text field associated with the predicateDatasetGraphText.search
(String queryString, org.apache.jena.graph.Node predicate, String graphURI, String lang, int limit) Search the text index on the text field associated with the predicate within graph