Uses of Interface
com.sun.labs.minion.SimpleIndexer

Packages that use SimpleIndexer
com.sun.labs.minion Provides the API for interacting with the Minion Search Engine. 
com.sun.labs.minion.engine Provides implementations for some of the end-user interfaces. 
com.sun.labs.minion.pipeline Provides the classes for building a pipeline. 
 

Uses of SimpleIndexer in com.sun.labs.minion
 

Methods in com.sun.labs.minion that return SimpleIndexer
 SimpleIndexer SearchEngine.getSimpleIndexer()
          Gets a simple indexer that can be used for simple indexing.
 

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

Methods in com.sun.labs.minion.engine that return SimpleIndexer
 SimpleIndexer SearchEngineImpl.getSimpleIndexer()
          Gets a simple indexer that can be used for simple indexing.
 

Methods in com.sun.labs.minion.engine with parameters of type SimpleIndexer
 void DocumentImpl.index(SimpleIndexer si)
           
 

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

Classes in com.sun.labs.minion.pipeline that implement SimpleIndexer
 class HLPipelineImpl
          A pipeline that can be used for highlighting documents.
 class SyncPipelineImpl