Salt  3.4.2
A powerful, tagset-independent and theory-neutral meta model and API for storing, manipulating, and representing nearly all types of linguistic data .
org.corpus_tools.salt.index.IndexMgrImpl Class Reference

Inherits org.corpus_tools.salt.index.IndexMgr.

Public Member Functions

 IndexMgrImpl (boolean threadSafe)
 
boolean containsIndex (String indexId)
 Checks if an index with the passed identifier is registered.
Parameters
indexIdidentifier of the index
Returns
true if an index with the passed identifier exists, false otherwise

 
boolean removeIndex (String indexId)
 Removes the index with the passed identifier.
Parameters
indexIdidentifier of the index
Returns
true if the identifier could be removed successfully, false otherwise

 
void clearIndex (String indexId)
 Removes all entries contained in the index with the passed identifier.
Parameters
indexIdidentifier of the index

 
void removeAll ()
 Removes all index from the index manager.
 
String toString ()