| Package | Description |
|---|---|
| de.caluga.morphium.query |
| Modifier and Type | Method and Description |
|---|---|
static Query.TextSearchLanguages |
Query.TextSearchLanguages.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Query.TextSearchLanguages[] |
Query.TextSearchLanguages.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Query<T> |
QueryImpl.text(Query.TextSearchLanguages lang,
String... text) |
Query<T> |
Query.text(Query.TextSearchLanguages lang,
String... text) |
Query<T> |
QueryImpl.text(String metaScoreField,
Query.TextSearchLanguages lang,
String... text) |
Query<T> |
Query.text(String metaScoreField,
Query.TextSearchLanguages lang,
String... text) |
List<T> |
QueryImpl.textSearch(Query.TextSearchLanguages lang,
String... texts)
Deprecated.
|
List<T> |
Query.textSearch(Query.TextSearchLanguages lang,
String... texts)
Deprecated.
|
Copyright © 2014. All Rights Reserved.