public interface IndexClient extends Closeable
| 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) |
eu.dnetlib.functionality.cql.CqlValueTransformerMap |
getCqlValueTransformerMap(MetadataReference mdRef) |
IndexQueryFactory |
getIndexQueryFactory() |
Map<String,String> |
getServiceProperties() |
LookupResponse |
lookup(String query,
List<String> filterQuery,
int from,
int to) |
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
IndexClientExceptioneu.dnetlib.functionality.cql.CqlValueTransformerMap getCqlValueTransformerMap(MetadataReference mdRef) throws IndexClientException
IndexClientExceptionIndexQueryFactory getIndexQueryFactory()
Copyright © 2019. All rights reserved.