Hi Everyone,
I'm facing an issue in which my solr query is returning highlighted snippets
for some, but not all results. For reference, I'm searching through an index
that contains web crawls of human-rights-related websites. I'm running solr as
a webapp under Tomcat and I've included the que
Hi again Everyone,
I didn't get any replies to this, so I thought I'd re-send in case anyone
missed it and has any thoughts.
Thanks,
Eric
On Aug 7, 2013, at 1:51 PM, Eric O'Hanlon wrote:
> Hi Everyone,
>
> I'm facing an issue in which my solr query is returnin
uite long. Are you setting hl.maxAnalyzedChars?
>> If you don't, the highlighter you appear to be using will not look past
>> the first 51,200 characters of the document for snippet candidates.
>>
>> http://wiki.apache.org/solr/HighlightingParameters#hl.maxAnalyzedChars
maxAnalyzedChars did it! I wasn't setting that param, and I'm working with
some very long documents. I also made the hl.fl param formatting change that
you suggested, Aloke.
Thanks again!
- Eric
On Sep 11, 2013, at 3:10 AM, Eric O'Hanlon wrote:
> Thank you, Aloke and