org.gcube.fulltextindexnode.client.library.proxies
Interface FullTextIndexNodeCLProxyI
- All Known Implementing Classes:
- FullTextIndexNodeCLDefaultProxy
public interface FullTextIndexNodeCLProxyI
feedLocator
Boolean feedLocator(String feedLocator)
throws FullTextIndexNodeException
- Throws:
FullTextIndexNodeException
query
String query(String query)
throws FullTextIndexNodeException
- Throws:
FullTextIndexNodeException
queryLimited
String queryLimited(String query,
Integer count,
Integer from)
throws FullTextIndexNodeException
- Throws:
FullTextIndexNodeException
shutdown
boolean shutdown(String shutdown)
throws FullTextIndexNodeException
- Throws:
FullTextIndexNodeException
deleteCollection
boolean deleteCollection(String collectionID)
throws FullTextIndexNodeException
- Throws:
FullTextIndexNodeException
destroyNode
boolean destroyNode()
throws FullTextIndexNodeException
- Throws:
FullTextIndexNodeException
refresh
boolean refresh()
throws FullTextIndexNodeException
- Throws:
FullTextIndexNodeException
rebuildMetaIndex
boolean rebuildMetaIndex()
throws FullTextIndexNodeException
- Throws:
FullTextIndexNodeException
getIndexInformation
Types.GetIndexInformationResponse getIndexInformation()
throws FullTextIndexNodeException
- Throws:
FullTextIndexNodeException
setCollections
boolean setCollections(String[] collections)
throws FullTextIndexNodeException
- Throws:
FullTextIndexNodeException
setFields
boolean setFields(String[] fields)
throws FullTextIndexNodeException
- Throws:
FullTextIndexNodeException
destroy
void destroy()
throws FullTextIndexNodeException
- Throws:
FullTextIndexNodeException
Copyright © 2014. All Rights Reserved.