Thanks. That seemed to do it. I was thrown by the section of documentation that said "This parameter makes sense for Highlighter only" and tried to put it in the various highlighter elements.
On Wed, Aug 24, 2011 at 6:52 PM, Koji Sekiguchi <k...@r.email.ne.jp> wrote: > (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-demo.com/loganalyzer/loganalyzer.html> > http://www.rondhuit.com/en/ >