StemmerTokenFilterLanguage Enum

Definition

The language to use for a stemmer token filter.

public enum StemmerTokenFilterLanguage
type StemmerTokenFilterLanguage = 
Public Enum StemmerTokenFilterLanguage
Inheritance
StemmerTokenFilterLanguage

Fields

Arabic 0

Selects the Lucene stemming tokenizer for Arabic.

Armenian 1

Selects the Lucene stemming tokenizer for Armenian.

Basque 2

Selects the Lucene stemming tokenizer for Basque.

Brazilian 3

Selects the Lucene stemming tokenizer for Portuguese (Brazil).

Bulgarian 4

Selects the Lucene stemming tokenizer for Bulgarian.

Catalan 5

Selects the Lucene stemming tokenizer for Catalan.

Czech 6

Selects the Lucene stemming tokenizer for Czech.

Danish 7

Selects the Lucene stemming tokenizer for Danish.

Dutch 8

Selects the Lucene stemming tokenizer for Dutch.

DutchKp 9

Selects the Lucene stemming tokenizer for Dutch that uses the Kraaij-Pohlmann stemming algorithm.

English 10

Selects the Lucene stemming tokenizer for English.

Finnish 16

Selects the Lucene stemming tokenizer for Finnish.

French 18

Selects the Lucene stemming tokenizer for French.

Galician 21

Selects the Lucene stemming tokenizer for Galician.

German 23

Selects the Lucene stemming tokenizer for German.

German2 24

Selects the Lucene stemming tokenizer that uses the German variant algorithm.

Greek 27

Selects the Lucene stemming tokenizer for Greek.

Hindi 28

Selects the Lucene stemming tokenizer for Hindi.

Hungarian 29

Selects the Lucene stemming tokenizer for Hungarian.

Indonesian 31

Selects the Lucene stemming tokenizer for Indonesian.

Irish 32

Selects the Lucene stemming tokenizer for Irish.

Italian 33

Selects the Lucene stemming tokenizer for Italian.

Latvian 36

Selects the Lucene stemming tokenizer for Latvian.

LightEnglish 11

Selects the Lucene stemming tokenizer for English that does light stemming.

LightFinnish 17

Selects the Lucene stemming tokenizer for Finnish that does light stemming.

LightFrench 19

Selects the Lucene stemming tokenizer for French that does light stemming.

LightGerman 25

Selects the Lucene stemming tokenizer for German that does light stemming.

LightHungarian 30

Selects the Lucene stemming tokenizer for Hungarian that does light stemming.

LightItalian 34

Selects the Lucene stemming tokenizer for Italian that does light stemming.

LightNorwegian 38

Selects the Lucene stemming tokenizer for Norwegian (Bokmål) that does light stemming.

LightNynorsk 40

Selects the Lucene stemming tokenizer for Norwegian (Nynorsk) that does light stemming.

LightPortuguese 43

Selects the Lucene stemming tokenizer for Portuguese that does light stemming.

LightRussian 48

Selects the Lucene stemming tokenizer for Russian that does light stemming.

LightSpanish 50

Selects the Lucene stemming tokenizer for Spanish that does light stemming.

LightSwedish 52

Selects the Lucene stemming tokenizer for Swedish that does light stemming.

Lovins 15

Selects the Lucene stemming tokenizer for English that uses the Lovins stemming algorithm.

MinimalEnglish 12

Selects the Lucene stemming tokenizer for English that does minimal stemming.

MinimalFrench 20

Selects the Lucene stemming tokenizer for French that does minimal stemming.

MinimalGalician 22

Selects the Lucene stemming tokenizer for Galician that does minimal stemming.

MinimalGerman 26

Selects the Lucene stemming tokenizer for German that does minimal stemming.

MinimalNorwegian 39

Selects the Lucene stemming tokenizer for Norwegian (Bokmål) that does minimal stemming.

MinimalNynorsk 41

Selects the Lucene stemming tokenizer for Norwegian (Nynorsk) that does minimal stemming.

MinimalPortuguese 44

Selects the Lucene stemming tokenizer for Portuguese that does minimal stemming.

Norwegian 37

Selects the Lucene stemming tokenizer for Norwegian (Bokmål).

Porter2 14

Selects the Lucene stemming tokenizer for English that uses the Porter2 stemming algorithm.

Portuguese 42

Selects the Lucene stemming tokenizer for Portuguese.

PortugueseRslp 45

Selects the Lucene stemming tokenizer for Portuguese that uses the RSLP stemming algorithm.

PossessiveEnglish 13

Selects the Lucene stemming tokenizer for English that removes trailing possessives from words.

Romanian 46

Selects the Lucene stemming tokenizer for Romanian.

Russian 47

Selects the Lucene stemming tokenizer for Russian.

Sorani 35

Selects the Lucene stemming tokenizer for Sorani.

Spanish 49

Selects the Lucene stemming tokenizer for Spanish.

Swedish 51

Selects the Lucene stemming tokenizer for Swedish.

Turkish 53

Selects the Lucene stemming tokenizer for Turkish.

Applies to