Uses of Interface
org.teiid.core.index.IDocument
-
Packages that use IDocument Package Description org.teiid.internal.core.index -
-
Uses of IDocument in org.teiid.internal.core.index
Methods in org.teiid.internal.core.index with parameters of type IDocument Modifier and Type Method Description IndexedFile
BlocksIndexInput. 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 Constructor Description IndexedFile(IDocument document, int fileNum)
-