Uses of Class
org.teamapps.universaldb.index.text.TextFilterType
-
Packages that use TextFilterType Package Description org.teamapps.universaldb.index.text -
-
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)
-