Increasing the highlight snippet size

2011-08-10 Thread Sang Yum
Hi, I have been trying to increase the size of the highlight snippets using hl.fragSize parameter, without much success. It seems that hl.fragSize is not making any difference at all in terms of snippet size. For example, compare the following two set of query/results:

Re: Increasing the highlight snippet size

2011-08-10 Thread simon
an hl.fragsize of 1000 is problematical, as Solr parses that parameter as a 32 bit int... that's several bits more. -Simon On Wed, Aug 10, 2011 at 4:59 PM, Sang Yum sang...@gmail.com wrote: Hi, I have been trying to increase the size of the highlight snippets using hl.fragSize

Re: Increasing the highlight snippet size

2011-08-10 Thread Sang Yum
I was just trying to set it a ridiculously large number to make it work. What I am seeing is that hl.fragsize doesn't seem to make any difference in term of highlight snippet size... I just tried the query with hl.fragsize set to 1000. Same result as 10. On Wed, Aug 10, 2011 at 2:20 PM, simon

Re: Increasing the highlight snippet size

2011-08-10 Thread Sang Yum
Well, only after I posted this question in a public forum, I found the cause of my problem. I was using hl.fragSize, instead of hl.fragsize. After correcting the case, it worked as expected. Thanks. On Wed, Aug 10, 2011 at 3:19 PM, Sang Yum sang...@gmail.com wrote: I was just trying to set it