You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/_types/analysis/StopWords.ts
+41-1Lines changed: 41 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,50 @@
17
17
* under the License.
18
18
*/
19
19
20
+
exportenumStopWordLanguage{
21
+
_arabic_,
22
+
_armenian_,
23
+
_basque_,
24
+
_bengali_,
25
+
_brazilian_,
26
+
_bulgarian_,
27
+
_catalan_,
28
+
_cjk_,
29
+
_czech_,
30
+
_danish_,
31
+
_dutch_,
32
+
_english_,
33
+
_estonian_,
34
+
_finnish_,
35
+
_french_,
36
+
_galician_,
37
+
_german_,
38
+
_greek_,
39
+
_hindi_,
40
+
_hungarian_,
41
+
_indonesian_,
42
+
_irish_,
43
+
_italian_,
44
+
_latvian_,
45
+
_lithuanian_,
46
+
_norwegian_,
47
+
_persian_,
48
+
_portuguese_,
49
+
_romanian_,
50
+
_russian_,
51
+
_serbian_,
52
+
_sorani_,
53
+
_spanish_,
54
+
_swedish_,
55
+
_thai_,
56
+
_turkish_,
57
+
_none_
58
+
}
59
+
20
60
/**
21
61
* Language value, such as _arabic_ or _thai_. Defaults to _english_.
22
62
* Each language value corresponds to a predefined list of stop words in Lucene. See Stop words by language for supported language values and their stop words.
0 commit comments