Indexing will happen on everything.
Just use the copy fields to return data. That's it. They do not need to be
indexed just stored.

On Thu, 18 Feb 2016, 12:52 Anil <anilk...@gmail.com> wrote:

> Thanks Binoy.
>
> index should happen on everything.
>
> But retrial/fetch should limit the characters. is it possible ?
>
> Regards,
> Anil
>
> On 18 February 2016 at 12:24, Binoy Dalal <binoydala...@gmail.com> wrote:
>
> > If you are not particular about what part of the field is returned you
> can
> > create copy fields and set a limit on those to store only the number of
> > characters you want.
> >
> > <copyField source="src" dest="dest" maxChars="500">
> >
> > This will copy over the first 500 chars of the contents of your SRC field
> > to your dest field.
> > Anything beyond this will be truncated.
> >
> > On Thu, 18 Feb 2016, 12:00 Anil <anilk...@gmail.com> wrote:
> >
> > > Hi ,
> > >
> > > we have around 30 fields in solr document. and we search for text in
> all
> > > fields (by creating a record field with copy field).
> > >
> > > few fields have huge text .. order of mbs. how i can get only a
> fragment
> > > of fields in a configurable way.
> > >
> > > we have to display each field content on UI. so its must to get content
> > of
> > > each field.
> > >
> > > for now, i am fetching the content from solr and truncating it in my
> > code.
> > > but it has poor performance.
> > >
> > > is there any way to achieve fragmentation (not a highlight
> fragmentation)
> > > in solr ? please advice.
> > >
> > > Regards,
> > > Anil
> > >
> > --
> > Regards,
> > Binoy Dalal
> >
>
-- 
Regards,
Binoy Dalal

Reply via email to