Boolean |
IndexClient.activateIndex(String indexName) |
IndexClient |
IndexClient.Builder.build() |
Integer |
IndexClient.collectionCount(String collectionID) |
Set<String> |
IndexClient.collectionsOfIndex(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() |
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) |