LexicalAnalyzerName type
Definieert waarden voor LexicalAnalyzerName.
KnownLexicalAnalyzerName kan door elkaar worden gebruikt met LexicalAnalyzerName, deze enum bevat de bekende waarden die de service ondersteunt.
Bekende waarden die door de service worden ondersteund
ar.microsoft: Microsoft Analyzer voor Arabisch.
ar.lucene: Lucene analyzer voor Arabisch.
hy.lucene: Lucene analyzer voor Armeens.
bn.microsoft: Microsoft Analyzer voor Bangla.
eu.lucene: Lucene analyzer voor Baskisch.
bg.microsoft: Microsoft Analyzer voor Bulgaars.
bg.lucene: Lucene analyzer voor Bulgaars.
ca.microsoft: Microsoft Analyzer voor Catalaans.
ca.lucene: Lucene analyzer voor Catalaans.
zh-Hans.microsoft: Microsoft Analyzer voor Chinees (vereenvoudigd).
zh-Hans.lucene: Lucene analyzer voor Chinees (vereenvoudigd).
zh-Hant.microsoft: Microsoft Analyzer voor Chinees (traditioneel).
zh-Hant.lucene: Lucene analyzer voor Chinees (traditioneel).
hr.microsoft: Microsoft Analyzer voor Kroatisch.
cs.microsoft: Microsoft Analyzer voor Tsjechisch.
cs.lucene: Lucene Analyzer voor Tsjechisch.
da.microsoft: Microsoft Analyzer voor Deens.
da.lucene: Lucene analyzer voor Deens.
nl.microsoft: Microsoft Analyzer voor Nederlands.
nl.lucene: Lucene analyzer voor Nederlands.
en.microsoft: Microsoft Analyzer voor engels.
en.lucene: Lucene analyzer voor Engels.
et.microsoft: Microsoft Analyzer voor Estland.
fi.microsoft: Microsoft Analyzer voor Fins.
fi.lucene: Lucene analyzer voor Fins.
fr.microsoft: Microsoft Analyzer voor Frans.
fr.lucene: Lucene Analyzer voor Frans.
gl.lucene: Lucene analyzer voor Galicisch.
de.microsoft: Microsoft Analyzer voor Duits.
de.lucene: Lucene analyzer voor Duits.
el.microsoft: Microsoft Analyzer voor Grieks.
el.lucene: Lucene analyzer voor Grieks.
gu.microsoft: Microsoft Analyzer voor Gujarati.
he.microsoft: Microsoft Analyzer voor Hebreeuws.
hi.microsoft: Microsoft Analyzer voor Hindi.
hi.lucene: Lucene analyzer voor Hindi.
hu.microsoft: Microsoft Analyzer voor Hongaars.
hu.lucene: Lucene analyzer voor Hongaars.
is.microsoft: Microsoft Analyzer voor IJslands.
id.microsoft: Microsoft Analyzer voor Indonesisch (Bahasa).
id.lucene: Lucene analyzer voor Indonesisch.
ga.lucene: Lucene analyzer voor Iers.
it.microsoft: Microsoft Analyzer voor Italiaans.
it.lucene: Lucene analyzer voor Italiaans.
ja.microsoft: Microsoft Analyzer voor Japans.
ja.lucene: Lucene analyzer voor Japans.
kn.microsoft: Microsoft Analyzer voor Kannada.
ko.microsoft: Microsoft Analyzer voor Koreaans.
ko.lucene: Lucene analyzer voor Koreaans.
lv.microsoft: Microsoft Analyzer voor Lets.
lv.lucene: Lucene analyzer voor Letland.
lt.microsoft: Microsoft Analyzer voor Litouws.
ml.microsoft: Microsoft Analyzer voor Malayalam.
ms.microsoft: Microsoft Analyzer voor Maleis (Latijns).
mr.microsoft: Microsoft Analyzer for Marathi.
nb.microsoft: Microsoft Analyzer voor Noors (Bokmål).
no.lucene: Lucene analyzer voor Noors.
fa.lucene: Lucene analyzer voor Perzisch.
pl.microsoft: Microsoft Analyzer voor Pools.
pl.lucene: Lucene analyzer voor Pools.
pt-BR.microsoft: Microsoft Analyzer voor Portugees (Brazilië).
pt-BR.lucene: Lucene analyzer voor Portugees (Brazilië).
pt-PT.microsoft: Microsoft Analyzer voor Portugees (Portugal).
pt-PT.lucene: Lucene analyzer voor Portugees (Portugal).
pa.microsoft: Microsoft Analyzer voor Punjabi.
ro.microsoft: Microsoft Analyzer voor Roemeens.
ro.lucene: Lucene analyzer voor Roemeens.
ru.microsoft: Microsoft Analyzer voor Russisch.
ru.lucene: Lucene analyzer voor Russisch.
sr-cyrillisch.microsoft: Microsoft Analyzer voor Servisch (Cyrillisch).
sr-latin.microsoft: Microsoft Analyzer voor Servisch (Latijns).
sk.microsoft: Microsoft Analyzer voor Slowaaks.
sl.microsoft: Microsoft Analyzer voor Slovenië.
es.microsoft: Microsoft Analyzer voor Spaans.
es.lucene: Lucene analyzer voor Spaans.
sv.microsoft: Microsoft Analyzer voor Zweeds.
sv.lucene: Lucene analyzer voor Zweeds.
ta.microsoft: Microsoft Analyzer voor Tamil.
te.microsoft: Microsoft Analyzer voor Telugu.
th.microsoft: Microsoft Analyzer voor Thai.
th.lucene: Lucene analyzer voor Thai.
tr.microsoft: Microsoft Analyzer voor Turks.
tr.lucene: Lucene analyzer voor Turks.
uk.microsoft: Microsoft Analyzer voor Oekraïens.
uw.microsoft-: Microsoft Analyzer voor Urdu.
vi.microsoft: Microsoft Analyzer voor Vietnamees.
standard.lucene: Standard Lucene Analyzer.
standardasciifolding.lucene: Standard ASCII Folding Lucene Analyzer. Zie https://learn.microsoft.com/rest/api/searchservice/Custom-analyzers-in-Azure-Search#Analyzers
trefwoord: behandelt de volledige inhoud van een veld als één token. Dit is handig voor gegevens zoals postcodes, id's en sommige productnamen. Zie http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/core/KeywordAnalyzer.html
patroon: Tekst flexibel gescheiden in termen via een normaal expressiepatroon. Zie http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/miscellaneous/PatternAnalyzer.html
eenvoudige: verdeelt tekst bij niet-letters en converteert deze naar kleine letters. Zie http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/core/SimpleAnalyzer.html
stoppen met: verdeelt tekst bij niet-letters; Hiermee past u de tokenfilters voor kleine letters en stopworden toe. Zie http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/core/StopAnalyzer.html
witruimte: een analyse die gebruikmaakt van de whitespace-tokenizer. Zie http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/core/WhitespaceAnalyzer.html
type LexicalAnalyzerName = string