Changes

Jump to navigation Jump to search
273 bytes added ,  18:19, 25 May 2016
|-
| '''Summary'''
|The specified language will influence the way how an input text will be tokenized. This option is mainly important if tokens are to be stemmed, or if the tokenization of a language differs from Western languages. See [[Indexes#Full-Text Index|Full-Text Index]] for more details.<br/>The following XQuery expression can be run to get a list of all language code available on your system:<pre class="brush:xquery">declare namespace locale = "java:java.util.Locale";for $locale in locale:getAvailableLocales()return locale:getLanguage($locale)</pre>
|}
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu