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:
http://10.1.1.51:8983/so
simon wrote:
> 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 inc
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