Write Custom Document Processors Inline

You can write document processors directly in the Administration Console, using the integrated code editor.

See Also
What Can a Document Processor Do?
Add a Custom Document Processor to Your Analysis Pipeline
  1. Open the Administration Console at http://<HOSTNAME>:<BASEPORT+1>/admin.
  2. Go to Index > Data Processing > Pipeline name > Document Processors.
  3. Expand Custom and drag a Java Document Processor to the Current processors panel.
  4. Select Inline Java, click Edit java.
  5. Click Check source code to verify that the code compiles correctly.
  6. Click Accept and then Apply.

Your custom document processor is now active.