
org.elasticsearch.analysis.common.test1.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of framework Show documentation
Show all versions of framework Show documentation
Elasticsearch subproject :test:framework
index :
analysis :
tokenizer :
standard :
type : standard
filter :
stop :
type : stop
stopwords : [test-stop]
stop2 :
type : stop
stopwords : [stop2-1, stop2-2]
my :
type : myfilter
dict_dec :
type : dictionary_decompounder
word_list : [donau, dampf, schiff, spargel, creme, suppe]
hyphenation_dec_only_longest_match :
type : hyphenation_decompounder
hyphenation_patterns_path : de_DR.xml
word_list : [fuss, fussball, ballpumpe, ball, pumpe, kaffee, fee, maschine]
only_longest_match : true
hyphenation_dec_no_sub_matches :
type : hyphenation_decompounder
hyphenation_patterns_path : de_DR.xml
word_list : [fuss, fussball, ballpumpe, ball, pumpe, kaffee, fee, maschine]
no_sub_matches : true
hyphenation_dec_no_overlapping_matches :
type : hyphenation_decompounder
hyphenation_patterns_path : de_DR.xml
word_list : [fuss, fussball, ballpumpe, ball, pumpe, kaffee, fee, maschine]
no_overlapping_matches: true
analyzer :
standard :
type : standard
stopwords : [test1, test2, test3]
custom1 :
tokenizer : standard
filter : [stop, stop2]
custom4 :
tokenizer : standard
filter : [my]
custom6 :
tokenizer : standard
position_increment_gap: 256
custom7 :
type : standard
czechAnalyzerWithStemmer :
tokenizer : standard
filter : [lowercase, stop, czech_stem]
decompoundingAnalyzer :
tokenizer : standard
filter : [dict_dec]
hyphenationDecompoundingAnalyzerOnlyLongestMatch :
tokenizer : standard
filter : [hyphenation_dec_only_longest_match]
hyphenationDecompoundingAnalyzerNoSubMatches:
tokenizer: standard
filter : [hyphenation_dec_no_sub_matches]
hyphenationDecompoundingAnalyzerNoOverlappingMatches:
tokenizer: standard
filter : [hyphenation_dec_no_overlapping_matches]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy