Uses of Class
org.elasticsearch.index.query.SimpleQueryStringFlag
-
Packages that use SimpleQueryStringFlag Package Description org.elasticsearch.index.query -
-
Uses of SimpleQueryStringFlag in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return SimpleQueryStringFlag Modifier and Type Method Description static SimpleQueryStringFlagSimpleQueryStringFlag. valueOf(String name)Returns the enum constant of this type with the specified name.static SimpleQueryStringFlag[]SimpleQueryStringFlag. 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 SimpleQueryStringFlag Modifier and Type Method Description SimpleQueryStringBuilderSimpleQueryStringBuilder. flags(SimpleQueryStringFlag... flags)Specify the enabled features of the SimpleQueryString.
-