Hey Christian,

Did you look at the hl.fragsize parameter? the default for that is 100. try:

http://localhost:8983/solr/select/?q=%E8%99%9B%E5%A4%9A&fl=variants,content,cdata,id%2Cdoctitle%2Chead%2Ccitekey%2Cseqnum%2Cjuan&hl=true&f.contents.hl.snippets=20&hl.fl=content,variants&wt=xml&tr=solr-tei.xsl&hl.fragsize=500

Cheers,

Martijn

On 18/04/2008, Christian Wittern <[EMAIL PROTECTED]> wrote:
> Dear Solr users,
>
>  Here I am having a problem with hightlighting which is slightly different
>  from the one reported by Martijn.
>  The field that contains the match is rather short, in this case less than
>  300 characters altogether.  Nevertheless, the field is only returned
>  truncated. Since I also return the field itself, I can clearly see that
the
>  whole content is there.
>
>  Here is the query string I am using:
>
>
http://localhost:8983/solr/select/?q=%E8%99%9B%E5%A4%9A&fl=variants,content,cdata,id%2Cdoctitle%2Chead%2Ccitekey%2Cseqnum%2Cjuan&hl=true&f.contents.hl.snippets=20&hl.fl=content,variants&wt=xml&tr=solr-tei.xsl
>
>  Any hint on how to debug this would be highly appreciated!
>
>  All the best,
>
>  Christian
>
>
>  --
>
>   Christian Wittern
>   Institute for Research in Humanities, Kyoto University
>   47 Higashiogura-cho, Kitashirakawa, Sakyo-ku, Kyoto 606-8265, JAPAN
>

Reply via email to