>From the solr wiki:
hl.maxAnalyzedChars

How many characters into a document to look for suitable
snippets  Solr1.3. This parameter makes sense for the original Highlighter
only.

The default value is "51200".

You can assign a large value to this parameter and use hl.fragsize=0 to
return highlighting in large fields that have size greater than 51200
characters.

I think this might be your hiccup.

On Sun, 14 Feb 2016, 17:11 Evert R. <evert.ra...@gmail.com> wrote:

> Hi Paul,
>
> Sorry my late reply.
>
> All the content is inside de docs. It brings the docs and the pdf file that
> has the search word in it. But the highlight is not showing if the search
> word is after a few pages.
>
> Evert
>
>
> *--Evert*
>
> 2016-02-14 8:36 GMT-02:00 Paul Libbrecht <p...@hoplahup.net>:
>
> > This looks like the stored content is shortened. Can it be?
> > Can you see that inside the docs?
> >
> > paul
> >
> > > Evert R. <mailto:evert.ra...@gmail.com>
> > > 14 February 2016 at 11:26
> > > Hi There,
> > >
> > > I have a situation where started a techproducts, without any
> > modification,
> > > post a pdf file. When searching as:
> > >
> > > q=text:search_word
> > > hl=true
> > > hl.fl=content
> > >
> > > It show the highlight accordingly! =)
> > >
> > > BUT... *if the "search_word" is after the first pages* in my pdf file,
> > > such
> > > as page 15...
> > >
> > > It simply *does not show* *the HIGHLIGHT*...
> > >
> > > Does anyone has faced this situation before?
> > >
> > >
> > > Thanks!
> > >
> > >
> > > *--Evert*
> > >
> >
> >
>
-- 
Regards,
Binoy Dalal

Reply via email to