Package org.teiid.core.index
Interface IDocument
-
public interface IDocumentAnIDocumentrepresent a data source, e.g. aFile(FileDocument), anIFile(IFileDocument), or other kinds of data sources (URL, ...). AnIIndexerindexes anIDocument.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEncoding()Returns the encoding for this documentStringgetName()returns the name of the document (e.g.StringgetType()Returns the type of the document.
-