Package | Description |
---|---|
org.basex.data |
Database structures.
|
org.basex.util.ft |
Full-text specific utility classes.
|
Modifier and Type | Field and Description |
---|---|
Language |
MetaData.language
Language of full-text search index.
|
Modifier and Type | Field and Description |
---|---|
Language |
FTOpt.ln
Language.
|
Modifier and Type | Method and Description |
---|---|
static Language |
Language.def()
Returns the user language as default language, or English if the language cannot be assigned.
|
static Language |
Language.get(MainOptions opts)
Returns an instance for the current language option, or English as default language.
|
static Language |
Language.get(String lang)
Returns an instance for the specified language code or
null . |
Modifier and Type | Method and Description |
---|---|
int |
Language.compareTo(Language o) |
static boolean |
Tokenizer.supportFor(Language l)
Checks if the language is supported by the available tokenizers.
|
static boolean |
Stemmer.supportFor(Language l)
Checks if the language is supported by the available stemmers.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.