Changes

Jump to navigation Jump to search
24 bytes added ,  19:21, 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 sorted list of all language code codes that are available on your system:
<pre class="brush:xquery">
declare namespace locale = "java:java.util.Locale";
for $locale in (locale:getAvailableLocales()return ! locale:getLanguage($locale.))=> distinct-values()=> sort()
</pre>
|}
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu