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 wrote:
> I was just trying to set it a ridiculousl
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 wro
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 wrote:
> Hi,
>
> I have been trying to increase the size of the highlight snippets using
> "hl.fragSize" parameter, without