Exalead CloudView
is delivered with a vast number of document processors that can alter documents in analysis pipelines.
By assembling these processors, most analysis tasks can be performed.
However, for advanced and custom operations, it is often required or more convenient to write custom document processors.
A custom document is a Java class extending the com.exalead.pdoc.analysis.CustomDocumentProcessor class. It manipulates the document as a com.exalead.pdoc.ProcessableDocument object.
Note:
For functional details on document processors, see the
Exalead CloudView Configuration
Guide
.