Boolean |
IndexClient.activateIndex(String indexName) |
IndexClient |
IndexClient.Builder.build() |
List<org.gcube.rest.index.common.entities.ClusterResponse> |
IndexClient.clustering(String queryString,
String queryHint) |
List<org.gcube.rest.index.common.entities.ClusterResponse> |
IndexClient.clustering(String queryString,
String queryHint,
Set<String> sids,
Integer numberOfClusters,
String urlField,
List<String> titleFields,
List<String> contentFields,
List<String> languageFields) |
List<org.gcube.rest.index.common.entities.ClusterResponse> |
IndexClient.clustering(String queryString,
String queryHint,
Set<String> sids,
Integer numberOfClusters,
String urlField,
List<String> titleFields,
List<String> contentFields,
List<String> languageFields,
String algorithm,
Integer searchHits) |
Integer |
IndexClient.collectionCount(String collectionID) |
Set<String> |
IndexClient.collectionsOfIndex(String indexName) |
Boolean |
IndexClient.deactivateIndex(String indexName) |
Boolean |
IndexClient.deleteIndex(String indexName) |
Boolean |
IndexClient.destroy() |
Boolean |
IndexClient.destroyCluster() |
boolean |
IndexClient.feedLocator(String resultSetLocation,
String indexName,
Boolean activate,
Set<String> sids) |
boolean |
IndexClient.feedLocatorSync(String resultSetLocation,
String indexName,
Boolean activate,
Set<String> sids) |
boolean |
IndexClient.flush() |
Map<String,Integer> |
IndexClient.frequentTerms(String queryString,
Set<String> sids) |
Map<String,Integer> |
IndexClient.frequentTerms(String queryString,
Set<String> sids,
Boolean useRR) |
Map<String,Integer> |
IndexClient.frequentTerms(String queryString,
Set<String> sids,
Integer maxTerms,
Boolean useRR) |
Set<String> |
IndexClient.indicesOfCollection(String collectionID) |
String |
IndexClient.query(String queryString,
Set<String> sids) |
String |
IndexClient.query(String queryString,
Set<String> sids,
Boolean useRR) |
String |
IndexClient.query(String queryString,
Set<String> sids,
Integer from,
Integer count) |
String |
IndexClient.query(String queryString,
Set<String> sids,
Integer from,
Integer count,
Boolean useRR) |
List<Map<String,String>> |
IndexClient.queryAndRead(String queryString,
Set<String> sids) |
List<Map<String,String>> |
IndexClient.queryAndRead(String queryString,
Set<String> sids,
Boolean useRR) |
List<Map<String,String>> |
IndexClient.queryAndRead(String queryString,
Set<String> sids,
Integer from,
Integer count) |
List<Map<String,String>> |
IndexClient.queryAndRead(String queryString,
Set<String> sids,
Integer from,
Integer count,
Boolean useRR) |
List<Map<String,String>> |
IndexClient.queryAndReadClientSide(String queryString,
Set<String> sids) |
List<Map<String,String>> |
IndexClient.queryAndReadClientSide(String queryString,
Set<String> sids,
Boolean useRR) |
List<Map<String,String>> |
IndexClient.queryAndReadClientSide(String queryString,
Set<String> sids,
Integer from,
Integer count) |
List<Map<String,String>> |
IndexClient.queryAndReadClientSide(String queryString,
Set<String> sids,
Integer from,
Integer count,
Boolean useRR) |
Boolean |
IndexClient.rebuildMetaIndex() |
Boolean |
IndexClient.refresh() |
Boolean |
IndexClient.setCollectionsAndFields(List<String> collections,
List<String> fields) |
Boolean |
IndexClient.shutdown(Boolean delete) |