Skip to content

Adding Or Overriding a Result Item Processor

Petteri Karttunen edited this page Aug 9, 2018 · 4 revisions

With ResultItemProcessor it is possible to post process or manipulate the result item to be sent to the user interface. For example, you could add your custom properties to the results items, to be shown in the user interface.

To create a new ResultItemProcessor:

  1. Create a new module
  2. Create a service component implementing ResultItemProcessor interface.
  3. Deploy the module and refresh the core-impl bundle in case of problems

See sample in Item highlighter.

Clone this wiki locally