Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef COMPRESSIONTOOLS_H
8 #define COMPRESSIONTOOLS_H
23 static ByteArray
compress(uint8_t* value, int32_t offset, int32_t length, int32_t compressionLevel);
26 static ByteArray
compress(uint8_t* value, int32_t offset, int32_t length);
35 static ByteArray
compressString(
const String& value, int32_t compressionLevel);
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Definition: AbstractAllTermDocs.h:12
Base class for all Lucene classes.
Definition: LuceneObject.h:31
clucene.sourceforge.net