(11/08/25 5:29), Daniel Skiles wrote:
I have a very large field in my index that I need to highlight. Where in the config file do I set the maxAnalyzedChars in order to make this work? Has anyone successfully done this?
Placing it in your requestHandler should work. For example: <requestHandler name="search" class="solr.SearchHandler" default="true"> <lst name="defaults"> <int name="hl.maxAnalyzedChars">1000</int> </lst> </requestHandler> koji -- Check out "Query Log Visualizer" for Apache Solr http://www.rondhuit-demo.com/loganalyzer/loganalyzer.html http://www.rondhuit.com/en/