Uses of Interface
org.jbox.indexer.IndexWriter

Packages that use IndexWriter
org.jbox.configuration This package defines APIs for loading configuration file of jbox. 
org.jbox.indexer This package defines APIs for creating and writing index to database. 
 

Uses of IndexWriter in org.jbox.configuration
 

Methods in org.jbox.configuration that return IndexWriter
 IndexWriter Configuration.buildIndexWriter()
          Create a new IndexWriter object using the properties and mappings in this configuration.
 

Uses of IndexWriter in org.jbox.indexer
 

Classes in org.jbox.indexer that implement IndexWriter
 class AbstractIndexWriter
          An abstract class defines default behavior of IndexWriter.
 class IndexWriterWithTFLOC
          A implementation of IndexWriter, creating word index with TF and location.