Uses of Class
com.sun.labs.minion.indexer.dictionary.FieldStore

Packages that use FieldStore
com.sun.labs.minion.indexer.dictionary Provides the classes that implement the dictionaries used by the indexer and the retrieval engine. 
 

Uses of FieldStore in com.sun.labs.minion.indexer.dictionary
 

Subclasses of FieldStore in com.sun.labs.minion.indexer.dictionary
 class DiskFieldStore
          A field store that can be used for querying operations.
 class MemoryFieldStore
          A field store to be used during indexing.