public interface SearchQuery
| Modifier and Type | Method and Description |
|---|---|
void |
highlight(URI property)
Highlights the given field or all fields if null.
|
Iterable<? extends DocumentScore> |
query(Resource subject)
Queries for the given subject or all subjects if null.
|
Iterable<? extends DocumentScore> query(Resource subject) throws IOException
IOExceptionvoid highlight(URI property)
Copyright © 2001-2015 Aduna. All Rights Reserved.