| Package | Description |
|---|---|
| org.apache.jena.query.text |
| Modifier and Type | Method and Description |
|---|---|
List<TextHit> |
TextIndex.query(List<Resource> props,
String qs,
String graphURI,
String lang,
int limit,
String highlight) |
List<TextHit> |
TextIndexLucene.query(List<Resource> props,
String qs,
String graphURI,
String lang,
int limit,
String highlight) |
List<TextHit> |
TextIndex.query(Node subj,
List<Resource> props,
String qs,
String graphURI,
String lang,
int limit,
String highlight) |
List<TextHit> |
TextIndexLucene.query(Node subj,
List<Resource> props,
String qs,
String graphURI,
String lang,
int limit,
String highlight) |
List<TextHit> |
TextIndex.query(Node property,
String qs,
String graphURI,
String lang) |
List<TextHit> |
TextIndexLucene.query(Node property,
String qs,
String graphURI,
String lang) |
List<TextHit> |
TextIndex.query(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.
|
List<TextHit> |
TextIndexLucene.query(Node property,
String qs,
String graphURI,
String lang,
int limit) |
List<TextHit> |
TextIndex.query(Node property,
String qs,
String graphURI,
String lang,
int limit,
String highlight) |
List<TextHit> |
TextIndexLucene.query(Node propNode,
String qs,
String graphURI,
String lang,
int limit,
String highlight) |
List<TextHit> |
TextIndex.query(String subjectUri,
List<Resource> props,
String qs,
String graphURI,
String lang,
int limit,
String highlight) |
List<TextHit> |
TextIndexLucene.query(String subjectUri,
List<Resource> props,
String qs,
String graphURI,
String lang,
int limit,
String highlight) |
default List<TextHit> |
TextIndex.query(String subjectUri,
Node property,
String qs,
String graphURI,
String lang,
int limit,
String highlight) |
List<TextHit> |
TextIndexLucene.query(String subjectUri,
Node propNode,
String qs,
String graphURI,
String lang,
int limit,
String highlight) |
Iterator<TextHit> |
DatasetGraphText.search(String queryString)
Search the text index on the default text field
|
Iterator<TextHit> |
DatasetGraphText.search(String queryString,
int limit)
Search the text index on the default text field
|
Iterator<TextHit> |
DatasetGraphText.search(String queryString,
Node predicate)
Search the text index on the text field associated with the predicate
|
Iterator<TextHit> |
DatasetGraphText.search(String queryString,
Node predicate,
int limit)
Search the text index on the text field associated with the predicate
|
Iterator<TextHit> |
DatasetGraphText.search(String queryString,
Node predicate,
String graphURI,
String lang,
int limit)
Search the text index on the text field associated with the predicate within graph
|
Licenced under the Apache License, Version 2.0