Thank you very much Erick. Actually I was using Highlighter tool, that
needs the entire data to be stored to get the relevant searched sentence.
But when I use that, It was consuming more memory (Indexed data size +
 Store.YES - the entire content) than the actual documents size.
I thought that I can use the CompressionTool to minimize the memory size.
You can help, if there is any possiblities or way to store the entire
content and to use the highlighter feature.

Thankyou


On Fri, Sep 13, 2013 at 6:54 PM, Erick Erickson <erickerick...@gmail.com>wrote:

> Compression is for the _stored_ data, which is not searched. Ignore
> the compression and insure that you index the data.
>
> The compressing/decompressing for looking at stored
> values is, I believe, done at a very low level that you don't
> need to care about at all.
>
> If you index the data in the field, you shouldn't have to do
> anything special to search it.
>
> Best,
> Erick
>
>
> On Fri, Sep 13, 2013 at 1:19 AM, Jebarlin Robertson <jebar...@gmail.com
> >wrote:
>
> > Hi,
> >
> > I am trying to store all the Field values using CompressionTool, But
> When I
> > search for any content, it is not finding any results.
> >
> > Can you help me, how to create the Field with CompressionTool to add to
> the
> > Document and how to decompress it when searching for any content in it.
> >
> > --
> > Thanks & Regards,
> > Jebarlin Robertson.R
> >
>



-- 
Thanks & Regards,
Jebarlin Robertson.R
GSM: 91-9538106181.

Reply via email to