Re: Creating custom PassageFormatter

2020-05-22 Thread David Smiley
You've probably gotten you answer now but "no". Basically, you'd need to specify your own subclass of UnifiedSolrHighlighter in solrconfig.xml like this: Error loading class 'solr.highlight.CustomPassageFormatter'". > > Example from solrconfig.xml: > class="solr.highlight.CustomPassageFormat

Creating custom PassageFormatter

2019-02-27 Thread Damjan Cvetan
Dear all, For our highlighting of search hits we are moving from Original Highlighter to Unified Highlighter but we have the need to create our own custom PassageFormatter. Under Original Highlighter we already have our own formatter which implements Formatter, FormatterWithOffsetPos. This new fo