Are you talking about CompressionTools as in
http://lucene.apache.org/core/3_0_3/api/core/org/apache/lucene/document/CompressionTools.html?

They've long been superseded by a completely different, low-level,
transparent compression method.

Anyway, use them to compress stored fields, not fields you want to search on.


--
Ian.


On Fri, Sep 13, 2013 at 6: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

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to