LMGREP_FEATURE_SNOWBALL
: add a bunch of snowball based token filters, defaulttrue
.LMGREP_FEATURE_BUNDLED_ANALYZERS
: adds a bunch of predefined Lucene analyzers, defaulttrue
.LMGREP_FEATURE_CHARSETS
: add all charsets to the native image, defaulttrue
.LMGREP_FEATURE_STEMPEL
: add Stempel token filter for the Polish language, defaulttrue
.LMGREP_FEATURE_RAUDIKKO
: add Raudikko token Filter for the Finnish language, defaultfalse
.
LMGREP_STATIC
:true
instructs GraalVM native-image tool to build a statically linked binary, only for Linux.LMGREP_MUSL
: instructs GraalVM native-image to statically link against musl-libc, only for Linux.LMGREP_FEATURE_EPSILON_GC
: use Epsilon GC in the binary.LMGREP_DEV_BUILD
: a quick build mode for Native Image (only for versions 22.1.0+).
DEBUG_MODE
: whentrue
then on error prints full stack trace, defaultfalse
.