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

Packages that use IIndexerOutput
org.teiid.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.
 



Copyright © 2011. All Rights Reserved.