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

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

Uses of IDocument in org.teiid.core.index
 

Methods in org.teiid.core.index with parameters of type IDocument
 void IIndex.add(IDocument document, IIndexer indexer)
          Adds the given document to the index.
 void IIndexerOutput.addDocument(IDocument document)
           
 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.
 boolean IIndexer.shouldIndex(IDocument document)
          Returns whether the IIndexer can index the given document or not.
 

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

Classes in org.teiid.internal.core.index that implement IDocument
 class FileDocument
          A FileDocument represents a java.io.File.
 class PropertyDocument
          The properties of a document are stored into a hashtable.
 

Fields in org.teiid.internal.core.index declared as IDocument
protected  IDocument IndexerOutput.document
           
 

Methods in org.teiid.internal.core.index with parameters of type IDocument
 IndexedFile IndexedFileHashedArray.add(IDocument document)
           
 void Index.add(IDocument document, IIndexer indexer)
          Indexes the given document, using the appropriate indexer registered in the indexerRegistry.
 IndexedFile InMemoryIndex.addDocument(IDocument document)
           
 void IndexerOutput.addDocument(IDocument document)
          Adds the given document to the inMemoryIndex.
 IndexedFile BlocksIndexInput.getIndexedFile(IDocument document)
           
 IndexedFile SimpleIndexInput.getIndexedFile(IDocument document)
           
abstract  IndexedFile IndexInput.getIndexedFile(IDocument document)
          Returns the indexedFile corresponding to the given document in the index the input reads in (e.g.
 

Constructors in org.teiid.internal.core.index with parameters of type IDocument
IndexedFile(IDocument document, int fileNum)
           
 



Copyright © 2011. All Rights Reserved.