|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentProcessorIF | |
---|---|
net.ontopia.infoset.fulltext.utils | A collection of fulltext index utilities. |
Uses of DocumentProcessorIF in net.ontopia.infoset.fulltext.utils |
---|
Classes in net.ontopia.infoset.fulltext.utils that implement DocumentProcessorIF | |
---|---|
class |
AbstractLocatorDocumentProcessor
INTERNAL: An abstract document processor class that can be subclassed by classes that needs to process locator information stored in documents. |
class |
DocumentPreloaderProcessor
INTERNAL: A document processor that preloads an external document referenced by one of the documents fields. |
class |
Locator2ContentProcessor
INTERNAL: A document processor that replaces notation and address fields with a reader field. |
Fields in net.ontopia.infoset.fulltext.utils declared as DocumentProcessorIF | |
---|---|
protected DocumentProcessorIF |
ThreadedIndexerManager.doc_processor
|
protected DocumentProcessorIF |
DocumentPreloaderProcessor.post_processor
|
protected DocumentProcessorIF |
DocumentPreloaderProcessor.pre_processor
|
protected DocumentProcessorIF |
DefaultIndexerManager.processor
|
Methods in net.ontopia.infoset.fulltext.utils that return DocumentProcessorIF | |
---|---|
DocumentProcessorIF |
ThreadedIndexerManager.getDocumentProcessor()
INTERNAL: Gets the document processor used by the indexer manager. |
DocumentProcessorIF |
DefaultIndexerManager.getDocumentProcessor()
INTERNAL: Gets the document processor used by the indexer manager. |
DocumentProcessorIF |
DocumentPreloaderProcessor.getPostProcessor()
INTERNAL: Gets the document post-processor if any. |
DocumentProcessorIF |
DocumentPreloaderProcessor.getPreProcessor()
INTERNAL: Gets the document pre-processor if any. |
Methods in net.ontopia.infoset.fulltext.utils with parameters of type DocumentProcessorIF | |
---|---|
void |
ThreadedIndexerManager.setDocumentProcessor(DocumentProcessorIF doc_processor)
INTERNAL: Sets the document processor which is to be used by the indexer manager. |
void |
DefaultIndexerManager.setDocumentProcessor(DocumentProcessorIF processor)
INTERNAL: Sets the document processor which is to be used by the indexer manager. |
void |
DocumentPreloaderProcessor.setPostProcessor(DocumentProcessorIF post_processor)
INTERNAL: Sets the document post-processor. |
void |
DocumentPreloaderProcessor.setPreProcessor(DocumentProcessorIF pre_processor)
INTERNAL: Sets the document pre-processor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |