Uses of Class
com.sun.labs.minion.IndexConfig

Packages that use IndexConfig
com.sun.labs.minion Provides the API for interacting with the Minion Search Engine. 
com.sun.labs.minion.classification Provides the automatic document classification functionality in Minion. 
com.sun.labs.minion.document.tokenizer Provides two implementations of tokenization for character streams. 
com.sun.labs.minion.engine Provides implementations for some of the end-user interfaces. 
com.sun.labs.minion.indexer.partition Provides the classes that implement the partitions of the indexer. 
com.sun.labs.minion.pipeline Provides the classes for building a pipeline. 
com.sun.labs.minion.test.regression Provides the classes that generates the entries and queries for the regression test. 
 

Uses of IndexConfig in com.sun.labs.minion
 

Methods in com.sun.labs.minion that return IndexConfig
 IndexConfig SearchEngine.getIndexConfig()
          Gets the index configuration in use by this search engine.
 

Uses of IndexConfig in com.sun.labs.minion.classification
 

Methods in com.sun.labs.minion.classification with parameters of type IndexConfig
 void KFoldSplitter.init(ResultSetImpl parent, IndexConfig iC)
           
 void NoSplitsSplitter.init(ResultSetImpl results, IndexConfig iC)
           
 void RandomTwoThirdsSplitter.init(ResultSetImpl parent, IndexConfig iC)
           
 void ResultSplitter.init(ResultSetImpl results, IndexConfig iC)
          Initializes the class.
 

Uses of IndexConfig in com.sun.labs.minion.document.tokenizer
 

Methods in com.sun.labs.minion.document.tokenizer with parameters of type IndexConfig
 void Tokenizer.dump(IndexConfig iC)
          Tells the downstream stage that its data must be dumped to the index.
 void Tokenizer.shutdown(IndexConfig iC)
          Tells a stage that it needs to shutdown, terminating any processing that it is doing first.
 

Uses of IndexConfig in com.sun.labs.minion.engine
 

Fields in com.sun.labs.minion.engine declared as IndexConfig
protected  IndexConfig SearchEngineImpl.indexConfig
          The configuration for the index and the indexing engine.
 

Methods in com.sun.labs.minion.engine that return IndexConfig
 IndexConfig SearchEngineImpl.getIndexConfig()
          Gets the index configuration in use by this search engine.
 

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

Fields in com.sun.labs.minion.indexer.partition declared as IndexConfig
protected  IndexConfig Partition.indexConfig
          The configuration for this index.
protected  IndexConfig PartitionManager.indexConfig
          The index configuration for the index we'll be managing.
 

Methods in com.sun.labs.minion.indexer.partition that return IndexConfig
 IndexConfig Partition.getIndexConfig()
          Gets a set of statistics for the collection holding this partition.
 IndexConfig PartitionManager.getIndexConfig()
          Gets the index configuration for this manager.
 

Methods in com.sun.labs.minion.indexer.partition with parameters of type IndexConfig
 void MemoryPartition.dump(IndexConfig iC)
          Tells a stage that its data must be dumped to the index.
 void MemoryPartition.shutdown(IndexConfig iC)
          Shut down the indexing stage, dumping any collected data and reporting on our final progress.
 

Uses of IndexConfig in com.sun.labs.minion.pipeline
 

Methods in com.sun.labs.minion.pipeline with parameters of type IndexConfig
 void PrintStage.dump(IndexConfig iC)
          Tells a stage that its data must be dumped to the index.
 void QuestioningStage.dump(IndexConfig iC)
           
 void Stage.dump(IndexConfig iC)
          Tells a stage that its data must be dumped to the index.
 void StageAdapter.dump(IndexConfig iC)
          Tells a stage that its data must be dumped to the index.
 void PrintStage.shutdown(IndexConfig iC)
          Tells a stage that it needs to shutdown, terminating any processing that it is doing first.
 void Stage.shutdown(IndexConfig iC)
          Tells a stage that it needs to shutdown, terminating any processing that it is doing first.
 void StageAdapter.shutdown(IndexConfig iC)
          Tells a stage that it needs to shutdown, terminating any processing that it is doing first.
 void StatStage.shutdown(IndexConfig iC)
          Tells a stage that it needs to shutdown, terminating any processing that it is doing first.
 

Uses of IndexConfig in com.sun.labs.minion.test.regression
 

Fields in com.sun.labs.minion.test.regression declared as IndexConfig
static IndexConfig IndexInverter.indexConfig
          The configuration for the IndexInverter