Module org.elasticsearch.server
Package org.elasticsearch.common.compress
package org.elasticsearch.common.compress
-
ClassDescriptionSimilar class to the
Stringclass except that it internally stores data using a compressed representation in order to require less permanent memory.Compressorimplementation based on the DEFLATE compression algorithm.Exception indicating that we were expecting something compressed, which was not compressed or corrupted so that the compression format could not be detected.Exception indicating that we were expecting someXContentbut could not detect its type.