Hi All,

I want to switch to Unified Highlighter due to performance reasons for my
Solr 7.6 I was using these fields

solrQuery.addHighlightField("content_*")
.set("f.content_en.hl.alternateField", "content")
.set("f.content_es.hl.alternateField", "content")
.set("hl.useFastVectorHighlighter", "true");
.set("hl.maxAlternateFieldLength", 300);

As far as I see, there is no definitions for alternate fields for unified
highlighter. How can I configure such a configuration?

Kind Regards,
Furkan KAMACI

Reply via email to