On 17-Apr-08, at 8:05 AM, Martijn Dekkers wrote:
Hi all,

when we retrieve larger documents through SOLR with highlighting, the
highlighted document gets truncated. We run the following query:

http://172.16.9.67:8983/solr/select?indent=on&version=2.2&q=nid%3A13048+AND+body%3Afrance&start=0&rows=10&fl=*%2Cscore&qt=standard&wt=standard&explainOther=&hl=on&hl.fl=body&hl.fragsize=-1

which results in the truncated highlighting result.

we are wondering if there is some hard limit in the highlighter? something
we overlooked?

See http://wiki.apache.org/solr/HighlightingParameters , particularly "hl.maxAnalyzedChars".

-Mike

Reply via email to