public interface FullTextIndexNodeCLProxyI
| Modifier and Type | Method and Description |
|---|---|
boolean |
deleteCollection(String collectionID) |
void |
destroy() |
boolean |
destroyNode() |
Boolean |
feedLocator(String feedLocator) |
Types.GetIndexInformationResponse |
getIndexInformation() |
String |
query(String query) |
String |
queryLimited(String query,
Integer count) |
boolean |
rebuildMetaIndex() |
boolean |
refresh() |
boolean |
setCollections(String[] collections) |
boolean |
setFields(String[] fields) |
boolean |
shutdown(String shutdown) |
Boolean feedLocator(String feedLocator) throws FullTextIndexNodeException
FullTextIndexNodeExceptionString query(String query) throws FullTextIndexNodeException
FullTextIndexNodeExceptionString queryLimited(String query, Integer count) 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
FullTextIndexNodeExceptionTypes.GetIndexInformationResponse getIndexInformation() throws FullTextIndexNodeException
FullTextIndexNodeExceptionboolean setCollections(String[] collections) throws FullTextIndexNodeException
FullTextIndexNodeExceptionboolean setFields(String[] fields) throws FullTextIndexNodeException
FullTextIndexNodeExceptionvoid destroy()
throws FullTextIndexNodeException
FullTextIndexNodeExceptionCopyright © 2013. All Rights Reserved.