|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDocument | |
---|---|
com.metamatrix.core.index |
Uses of IDocument in com.metamatrix.core.index |
---|
Methods in com.metamatrix.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |