Skip to content

Commit

Permalink
fixup! Remove n-gram length and n-gram skip
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Haudum <[email protected]>
  • Loading branch information
chaudum committed Sep 19, 2024
1 parent a8b465f commit 8870a90
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions docs/sources/shared/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3713,20 +3713,6 @@ shard_streams:
# CLI flag: -bloom-build.split-keyspace-by
[bloom_split_series_keyspace_by: <int> | default = 256]

# Experimental. Length of the n-grams created when computing blooms from log
# lines.
# CLI flag: -bloom-build.ngram-length
[bloom_ngram_length: <int> | 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: <int> | default = 1]

# Experimental. Scalable Bloom Filter desired false-positive rate.
# CLI flag: -bloom-build.false-positive-rate
[bloom_false_positive_rate: <float> | default = 0.01]

# Experimental. Compression algorithm for bloom block pages.
# CLI flag: -bloom-build.block-encoding
[bloom_block_encoding: <string> | default = "none"]
Expand Down

0 comments on commit 8870a90

Please sign in to comment.