: I have highlighting working for a generic text field, but cannot get it : to work for a field which contains raw data. ... : hl.fl=rawData ... : <fieldType name="raw" class="solr.TextField" positionIncrementGap="100">
You've shown us how the the fieldType named "raw" is declared, but not how the field "rawData" is declared -- is it stored? does it include termVectors? ... these things affect wether it's possible to highlight fields. -Hoss