Uses of Class
org.teamapps.universaldb.index.text.TextFilterType
| Package | Description |
|---|---|
| org.teamapps.universaldb.index.text | |
| org.teamapps.universaldb.index.translation |
-
Uses of TextFilterType in org.teamapps.universaldb.index.text
Methods in org.teamapps.universaldb.index.text that return TextFilterType Modifier and Type Method Description protected TextFilterTypeTextFilter. getFilterType()static TextFilterTypeTextFilterType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TextFilterType[]TextFilterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.universaldb.index.text with parameters of type TextFilterType Modifier and Type Method Description static org.apache.lucene.search.QuerySearchIndexUtil. createQuery(TextFilterType filterType, java.lang.String fieldName, java.lang.String value, org.apache.lucene.analysis.Analyzer analyzer)Constructors in org.teamapps.universaldb.index.text with parameters of type TextFilterType Constructor Description TextFieldFilter(TextFilterType filterType, java.lang.String fieldName, java.lang.String value)TextFilter(TextFilterType filterType, java.lang.String value) -
Uses of TextFilterType in org.teamapps.universaldb.index.translation
Methods in org.teamapps.universaldb.index.translation that return TextFilterType Modifier and Type Method Description TextFilterTypeTranslatableTextFilter. getFilterType()Constructors in org.teamapps.universaldb.index.translation with parameters of type TextFilterType Constructor Description TranslatableTextFieldFilter(TextFilterType filterType, java.lang.String fieldName, java.lang.String value, java.lang.String language)TranslatableTextFilter(TextFilterType filterType, java.lang.String value, java.lang.String language)