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 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, boolean translatableField, UserContext userContext, java.lang.String value)TextFieldFilter(TextFilterType filterType, java.lang.String fieldName, java.lang.String value)TextFilter(TextFilterType filterType, java.lang.String value)TextFilter(TextFilterType filterType, java.lang.String value, UserContext userContext) -
Uses of TextFilterType in org.teamapps.universaldb.index.translation
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, UserContext userContext)TranslatableTextFilter(TextFilterType filterType, java.lang.String value, UserContext userContext)