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 <[email protected]>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 >
