public interface IndexClient
| Modifier and Type | Method and Description |
|---|---|
List<BrowseEntry> |
browse(String query,
List<String> browseFields,
int max) |
List<BrowseEntry> |
browse(String query,
List<String> browseFields,
int max,
List<String> filterQuery) |
long |
delete(String query) |
LookupResponse |
lookup(String query,
List<String> filterQuery,
int from,
int to) |
void |
stop() |
LookupResponse lookup(String query, List<String> filterQuery, int from, int to) throws IndexClientException
IndexClientExceptionList<BrowseEntry> browse(String query, List<String> browseFields, int max) throws IndexClientException
IndexClientExceptionList<BrowseEntry> browse(String query, List<String> browseFields, int max, List<String> filterQuery) throws IndexClientException
IndexClientExceptionlong delete(String query) throws IndexClientException
IndexClientExceptionvoid stop() throws IndexClientException
IndexClientExceptionCopyright © 2017. All rights reserved.