Uses of Interface
org.teiid.core.index.IIndexerOutput

Packages that use IIndexerOutput
org.teiid.core.index   
org.teiid.internal.core.index   
 

Uses of IIndexerOutput in org.teiid.core.index
 

Methods in org.teiid.core.index with parameters of type IIndexerOutput
 void IIndexer.index(IDocument document, IIndexerOutput output)
          Indexes the given document, adding the document name and the word references to this document to the given IIndex.The caller should use shouldIndex() first to determine whether this indexer handles the given type of file, and only call this method if so.
 

Uses of IIndexerOutput in org.teiid.internal.core.index
 

Classes in org.teiid.internal.core.index that implement IIndexerOutput
 class IndexerOutput
          An indexerOutput is used by an indexer to add documents and word references to an inMemoryIndex.
 



Copyright © 2011. All Rights Reserved.