Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Commit 99bc07e

Browse files
committed
fix text processor doc
1 parent b3ca47c commit 99bc07e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/cipherstash/analysis/text_processor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class TextProcessor
1616
# Processor.new({
1717
# "tokenFilters"=>[
1818
# {"kind"=>"downcase"},
19-
# {"kind"=>"ngram", "minLength"=>3, "maxLength"}
19+
# {"kind"=>"ngram", "minLength"=>3, "maxLength"=>8}
2020
# ],
2121
# "tokenizer"=>{"kind"=>"standard"}
2222
# })

0 commit comments

Comments
 (0)