org.gcube.fulltextindexnode.client.library.proxies
Interface FullTextIndexNodeCLProxyI

All Known Implementing Classes:
FullTextIndexNodeCLDefaultProxy

public interface FullTextIndexNodeCLProxyI


Method Summary
 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, Integer from)
           
 boolean rebuildMetaIndex()
           
 boolean refresh()
           
 boolean setCollections(String[] collections)
           
 boolean setFields(String[] fields)
           
 boolean shutdown(String shutdown)
           
 

Method Detail

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 © 2013. All Rights Reserved.