Uses of Class
de.caluga.morphium.query.Query.TextSearchLanguages
-
Packages that use Query.TextSearchLanguages Package Description de.caluga.morphium.query -
-
Uses of Query.TextSearchLanguages in de.caluga.morphium.query
Methods in de.caluga.morphium.query that return Query.TextSearchLanguages Modifier and Type Method Description static Query.TextSearchLanguagesQuery.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.Methods in de.caluga.morphium.query with parameters of type Query.TextSearchLanguages Modifier and Type Method Description Query<T>Query. text(Query.TextSearchLanguages lang, boolean caseSensitive, boolean diacriticSensitive, String... text)Query<T>Query. text(Query.TextSearchLanguages lang, String... text)Query<T>Query. text(String metaScoreField, Query.TextSearchLanguages lang, boolean caseSensitive, boolean diacriticSensitive, String... text)Query<T>Query. text(String metaScoreField, Query.TextSearchLanguages lang, String... text)List<T>Query. textSearch(Query.TextSearchLanguages lang, String... texts)Deprecated.
-