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

Packages that use MemoryFieldStore
com.sun.labs.minion.indexer.partition Provides the classes that implement the partitions of the indexer. 
 

Uses of MemoryFieldStore in com.sun.labs.minion.indexer.partition
 

Fields in com.sun.labs.minion.indexer.partition declared as MemoryFieldStore
protected  MemoryFieldStore InvFileMemoryPartition.fields
          The field store.
 

Methods in com.sun.labs.minion.indexer.partition that return MemoryFieldStore
 MemoryFieldStore InvFileMemoryPartition.getFieldStore()