Skip to content

Parameterize Jackrabbit SearchIndex parameters

Pascal Zingg requested to merge feature/custom-jackrabbit-searchconfig into master

With this change, it's possible to overwrite parameters inside Jackrabbits search index configuration. Those are going to be appended at the end of the search index block and overwrite the default ones. E.g. this can be used for custom search excerpts.

@csprecher do you think this method is reliable or is the interpretation of those parameters not order-dependent? In my tests, jackrabbit always used the correct overwritten parameters.

Edited by Pascal Zingg

Merge request reports