Hi there,
I am trying to utilize highlighting alternateField and can't get highlights on the results from targeted fields. Is this expected behavior or am I understanding alternateFields wrong?


schema.xml:
<field name="description" type="text" indexed="true" stored="false" multiValued="true" termVectors="true" termPositions="true" termOffsets="true"/> <field name="description_highlighting" type="string" indexed="true" stored="true" termVectors="true" termPositions="true" termOffsets="true"/> <copyField source="description" dest="description_highlighting" maxChars="2500"/>

solrconfig.xml:
<str name="f.description.hl.alternateField">description_highlighting</str>
<str name="f.description.hl.alternateFieldLen">100</str>

Reply via email to