-
Notifications
You must be signed in to change notification settings - Fork 36
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:
- Create a new module
- Create a service component implementing ResultItemProcessor interface.
- Deploy the module and refresh the core-impl bundle in case of problems
See sample in Item highlighter.