Write a Java Custom Semantic Processor

The Java custom semantic processor allows you to plug your code as the last semantic processor in the pipeline.

You use as input a flow of annotated tokens from the pipeline, have an opportunity to add or remove any annotation, and then send the tokens back to the indexing chain.

Note: For more information, see About Semantic Processors in the Exalead CloudView Configuration Guide .

This page discusses:

See Also
About Tokens and Annotations