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, notifyeu.dnetlib.domain.EPR indexLookup(String id, String query, String mdformat, String layout) throws IndexServiceException
IndexServiceExceptioneu.dnetlib.domain.data.Hint suggestiveSearch(String id, String query, String mdformat, String layout, String heuristicProfileName) throws IndexServiceException
IndexServiceExceptioneu.dnetlib.domain.EPR getBrowsingStatistics(String query, String index, String mdFormatId, String layoutId) throws IndexServiceException
IndexServiceExceptionList<String> getListOfIndices() throws IndexServiceException
IndexServiceExceptionString getIndexStatistics(String index) throws IndexServiceException
IndexServiceExceptionString getListOfIndicesCSV() throws IndexServiceException
IndexServiceExceptionCopyright © 2026. All rights reserved.