Package org.teiid.core.index
Interface IDocument
-
public interface IDocument
AnIDocument
represent a data source, e.g. aFile
(FileDocument
), anIFile
(IFileDocument
), or other kinds of data sources (URL, ...). AnIIndexer
indexes anIDocument
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEncoding()
Returns the encoding for this documentString
getName()
returns the name of the document (e.g.String
getType()
Returns the type of the document.
-