Package | Description |
---|---|
org.openrdf.sail.lucene | |
org.openrdf.sail.lucene3 |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends DocumentScore> |
SearchQuery.query(Resource subject)
Deprecated.
Queries for the given subject or all subjects if null.
|
protected abstract Iterable<? extends DocumentScore> |
AbstractSearchIndex.query(Resource subject,
String q,
URI property,
boolean highlight) |
Modifier and Type | Class and Description |
---|---|
class |
LuceneDocumentScore |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends DocumentScore> |
LuceneQuery.query(Resource resource)
Deprecated.
|
protected Iterable<? extends DocumentScore> |
LuceneIndex.query(Resource subject,
String query,
URI propertyURI,
boolean highlight)
Parse the passed query.
|
Copyright © 2001–2015 Aduna. All rights reserved.