From 8870a90540a6b317f74b4093662363bb2cd6907c Mon Sep 17 00:00:00 2001 From: Christian Haudum Date: Thu, 19 Sep 2024 15:46:17 +0200 Subject: [PATCH] fixup! Remove n-gram length and n-gram skip Signed-off-by: Christian Haudum --- docs/sources/shared/configuration.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/sources/shared/configuration.md b/docs/sources/shared/configuration.md index d50669016356c..d17d6ed5591cb 100644 --- a/docs/sources/shared/configuration.md +++ b/docs/sources/shared/configuration.md @@ -3713,20 +3713,6 @@ shard_streams: # CLI flag: -bloom-build.split-keyspace-by [bloom_split_series_keyspace_by: | default = 256] -# Experimental. Length of the n-grams created when computing blooms from log -# lines. -# CLI flag: -bloom-build.ngram-length -[bloom_ngram_length: | default = 4] - -# Experimental. Skip factor for the n-grams created when computing blooms from -# log lines. -# CLI flag: -bloom-build.ngram-skip -[bloom_ngram_skip: | default = 1] - -# Experimental. Scalable Bloom Filter desired false-positive rate. -# CLI flag: -bloom-build.false-positive-rate -[bloom_false_positive_rate: | default = 0.01] - # Experimental. Compression algorithm for bloom block pages. # CLI flag: -bloom-build.block-encoding [bloom_block_encoding: | default = "none"]