| Package | Description |
|---|---|
| org.apache.jena.query.text |
| Modifier and Type | Method and Description |
|---|---|
List<TextHit> |
TextIndex.query(Node property,
String qs) |
List<TextHit> |
TextIndexSolr.query(Node property,
String qs) |
List<TextHit> |
TextIndexLucene.query(Node property,
String qs) |
List<TextHit> |
TextIndex.query(Node property,
String qs,
int limit)
Access the index - limit if -1 for as many as possible
Throw QueryParseException for syntax errors in the query string.
|
List<TextHit> |
TextIndexSolr.query(Node property,
String qs,
int limit) |
List<TextHit> |
TextIndexLucene.query(Node property,
String qs,
int limit) |
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
|
Licenced under the Apache License, Version 2.0