@@ -53,75 +53,14 @@ index.number_of_replicas: 0
53
53
script.engine.groovy.inline.search : on
54
54
55
55
# Custom analyzer used in tests
56
+ # See ElasticsearchAnalyzerIT
56
57
index.analysis :
57
58
analyzer :
58
- custom-analyzer :
59
+ server-defined- custom-analyzer :
59
60
type : custom
60
61
tokenizer : standard
61
- filter : [custom-filter, lowercase]
62
- stemmer :
63
- type : custom
64
- tokenizer : standard
65
- filter : [lowercase, stopWordsDefaultEnglish, snowballEnglish]
66
- ngram :
67
- type : custom
68
- tokenizer : standard
69
- filter : [lowercase, stopWordsDefaultEnglish, ngram3]
70
- htmlStrip :
71
- type : custom
72
- tokenizer : standard
73
- filter : [lowercase]
74
- char_filter : htmlStrip
75
- org_hibernate_search_test_configuration_BlogEntry_en :
76
- type : custom
77
- tokenizer : standard
78
- filter : [lowercase, snowballEnglish]
79
- org_hibernate_search_test_configuration_BlogEntry_de :
80
- type : custom
81
- tokenizer : standard
82
- filter : [lowercase, stemGerman]
83
- org_hibernate_search_test_configuration_ProgrammaticSearchMappingFactory_ngram :
84
- type : custom
85
- tokenizer : standard
86
- filter : [lowercase, ngram3]
87
- org_hibernate_search_test_configuration_ProgrammaticSearchMappingFactory_english :
88
- type : custom
89
- tokenizer : standard
90
- filter : [lowercase, snowballEnglish]
91
- org_hibernate_search_test_configuration_ProgrammaticSearchMappingFactory_deutsch :
92
- type : custom
93
- tokenizer : standard
94
- filter : [lowercase, stemGerman]
95
- org_hibernate_search_test_query_facet_Car_collatingAnalyzer :
96
- type : custom
97
- tokenizer : keyword
98
- filter : [asciifolding, lowercase]
99
- org_hibernate_search_test_sorting_SortingTest_Person_collatingAnalyzer :
100
- type : custom
101
- tokenizer : keyword
102
- filter : [asciifolding, lowercase]
103
- org_hibernate_search_test_sorting_SortingTest_Person_tokenizingAnalyzer :
104
- type : custom
105
- tokenizer : whitespace
62
+ filter : [server-defined-custom-filter, lowercase]
106
63
filter :
107
- custom-filter :
64
+ server-defined- custom-filter :
108
65
type : stop
109
66
stopwords : [test1, close]
110
- stopWordsDefaultEnglish :
111
- type : stop
112
- # default list of stop words. See org.apache.lucene.analysis.core.StopAnalyzer#ENGLISH_STOP_WORDS_SET
113
- stopwords : [a, an, and, are, as, at, be, but, by, for, if, in, into, is, it, no, not, of, on, or, such, that, the, their, then, there, these, they, this, to, was, will, with]
114
- ngram3 :
115
- type : nGram
116
- min_gram : 3
117
- max_gram : 3
118
- snowballEnglish :
119
- type : snowball
120
- language : ' English'
121
- stemGerman :
122
- type : stemmer
123
- name : ' german'
124
- char_filter :
125
- htmlStrip :
126
- type : html_strip
127
- escaped_tags : [escaped]
0 commit comments