@Deprecated public class LuceneQuery extends Object implements SearchQuery
| Constructor and Description |
|---|
LuceneQuery(org.apache.lucene.search.Query q,
LuceneIndex index)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
highlight(URI property)
Deprecated.
Highlights the given field or all fields if null.
|
Iterable<? extends DocumentScore> |
query(Resource resource)
Deprecated.
Queries for the given subject or all subjects if null.
|
public LuceneQuery(org.apache.lucene.search.Query q,
LuceneIndex index)
public Iterable<? extends DocumentScore> query(Resource resource) throws IOException
SearchQueryquery in interface SearchQueryIOExceptionpublic void highlight(URI property)
SearchQueryhighlight in interface SearchQueryCopyright © 2001–2015 Aduna. All rights reserved.