public interface IndexService extends DriverService
Modifier and Type | Method and Description |
---|---|
eu.dnetlib.domain.EPR |
getBrowsingStatistics(String query,
String index,
String mdFormatId,
String layoutId) |
String |
getIndexStatistics(String index) |
List<String> |
getListOfIndices() |
String |
getListOfIndicesCSV() |
eu.dnetlib.domain.EPR |
indexLookup(String id,
String query,
String mdformat,
String layout) |
eu.dnetlib.domain.data.Hint |
suggestiveSearch(String id,
String query,
String mdformat,
String layout,
String heuristicProfileName) |
identify, notify
eu.dnetlib.domain.EPR indexLookup(String id, String query, String mdformat, String layout) throws IndexServiceException
IndexServiceException
eu.dnetlib.domain.data.Hint suggestiveSearch(String id, String query, String mdformat, String layout, String heuristicProfileName) throws IndexServiceException
IndexServiceException
eu.dnetlib.domain.EPR getBrowsingStatistics(String query, String index, String mdFormatId, String layoutId) throws IndexServiceException
IndexServiceException
List<String> getListOfIndices() throws IndexServiceException
IndexServiceException
String getIndexStatistics(String index) throws IndexServiceException
IndexServiceException
String getListOfIndicesCSV() throws IndexServiceException
IndexServiceException
Copyright © 2020. All rights reserved.