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

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

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

Methods in com.sun.labs.minion.indexer.dictionary with parameters of type DiskFieldStore
 void DiskFieldStore.merge(DiskFieldStore[] stores, int maxID, int[] starts, int[] nUndel, int[][] docIDMaps, java.io.RandomAccessFile dictFile, PostingsOutput postOut)
          Merges a number of field stores into a single store.
 

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

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

Methods in com.sun.labs.minion.indexer.partition that return DiskFieldStore
 DiskFieldStore InvFileDiskPartition.getFieldStore()
          Gets the field store associated with this partition.