| 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 | Field and Description |
|---|---|
static java.util.HashMap<java.lang.String,Language> |
Language.ALL
Available languages, indexed by language code.
|
| Modifier and Type | Method and Description |
|---|---|
static Language |
Language.def()
Returns the user language as default language, or English, if the user
language cannot be assigned.
|
static Language |
Language.get(Prop prop)
Returns an instance for the current language property,
or English as default language.
|
static Language |
Language.get(java.lang.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 |
Stemmer.supportFor(Language l)
Checks if the language is supported by the available stemmers.
|
static boolean |
Tokenizer.supportFor(Language l)
Checks if the language is supported by the available tokenizers.
|