public interface FullTextIndexNodeCLProxyI
| Modifier and Type | Method and Description |
|---|---|
Boolean |
activateIndex(String indexName) |
Long |
collectionCount(String collectionID) |
boolean |
deleteCollection(String collectionID) |
Boolean |
deleteIndex(String indexName) |
void |
destroy() |
boolean |
destroyNode() |
Boolean |
feedLocator(String feedLocator,
String indexName,
Set<String> sids,
Boolean activate) |
Boolean |
feedLocatorUnit(String feedLocator) |
Boolean |
flush() |
List<String> |
getCollectionsOfIndex(String indexName) |
Types.GetIndexInformationResponse |
getIndexInformation() |
List<String> |
getIndicesOfCollection(String collectionID) |
String |
query(String query) |
String |
queryLimited(String query,
Integer count,
Integer from) |
boolean |
rebuildMetaIndex() |
boolean |
refresh() |
boolean |
setCollections(String[] collections) |
boolean |
setFields(String[] fields) |
boolean |
shutdown(String shutdown) |
Boolean feedLocator(String feedLocator, String indexName, Set<String> sids, Boolean activate) throws FullTextIndexNodeException
FullTextIndexNodeExceptionBoolean activateIndex(String indexName) throws FullTextIndexNodeException
FullTextIndexNodeExceptionBoolean deleteIndex(String indexName) throws FullTextIndexNodeException
FullTextIndexNodeExceptionBoolean feedLocatorUnit(String feedLocator) throws FullTextIndexNodeException
FullTextIndexNodeExceptionLong collectionCount(String collectionID) throws FullTextIndexNodeException
FullTextIndexNodeExceptionBoolean flush() throws FullTextIndexNodeException
FullTextIndexNodeExceptionString query(String query) throws FullTextIndexNodeException
FullTextIndexNodeExceptionList<String> getCollectionsOfIndex(String indexName) throws FullTextIndexNodeException
FullTextIndexNodeExceptionList<String> getIndicesOfCollection(String collectionID) throws FullTextIndexNodeException
FullTextIndexNodeExceptionboolean shutdown(String shutdown) throws FullTextIndexNodeException
FullTextIndexNodeExceptionboolean deleteCollection(String collectionID) throws FullTextIndexNodeException
FullTextIndexNodeExceptionboolean destroyNode()
throws FullTextIndexNodeException
FullTextIndexNodeExceptionboolean refresh()
throws FullTextIndexNodeException
FullTextIndexNodeExceptionboolean rebuildMetaIndex()
throws FullTextIndexNodeException
FullTextIndexNodeExceptionString queryLimited(String query, Integer count, Integer from) throws FullTextIndexNodeException
FullTextIndexNodeExceptionTypes.GetIndexInformationResponse getIndexInformation() throws FullTextIndexNodeException
FullTextIndexNodeExceptionboolean setCollections(String[] collections) throws FullTextIndexNodeException
FullTextIndexNodeExceptionboolean setFields(String[] fields) throws FullTextIndexNodeException
FullTextIndexNodeExceptionvoid destroy()
throws FullTextIndexNodeException
FullTextIndexNodeExceptionCopyright © 2014. All Rights Reserved.