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
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