Uses of Class
org.elasticsearch.index.query.RegexpFlag
-
Packages that use RegexpFlag Package Description org.elasticsearch.index.query -
-
Uses of RegexpFlag in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return RegexpFlag Modifier and Type Method Description static RegexpFlagRegexpFlag. valueOf(String name)Returns the enum constant of this type with the specified name.static RegexpFlag[]RegexpFlag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.index.query with parameters of type RegexpFlag Modifier and Type Method Description RegexpQueryBuilderRegexpQueryBuilder. flags(RegexpFlag... flags)
-