My default Request Handler looks like this:

 <requestHandler name="/search"
class="org.apache.solr.handler.component.SearchHandler" default="true">
                <lst name="defaults">
                <str name="echoParams">all</str>
                
                </lst>
                <arr name="components">
                
                <str>highlight</str>
                
                
                <str>collapse</str>
                <str>facet</str>
                </arr>
        </requestHandler>


And I have uncommented the following line:

 <searchComponent name="highlight"
class="org.apache.solr.handler.component.HighlightComponent" />

Still awaiting a reply.

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Highlighting-configuration-tp3402144p3408829.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to