Uses of Class
org.elasticsearch.index.search.MatchQuery.Type
-
Packages that use MatchQuery.Type Package Description org.elasticsearch.index.query org.elasticsearch.index.search -
-
Uses of MatchQuery.Type in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return MatchQuery.Type Modifier and Type Method Description MatchQuery.TypeMultiMatchQueryBuilder.Type. matchQueryType() -
Uses of MatchQuery.Type in org.elasticsearch.index.search
Methods in org.elasticsearch.index.search that return MatchQuery.Type Modifier and Type Method Description static MatchQuery.TypeMatchQuery.Type. readFromStream(StreamInput in)static MatchQuery.TypeMatchQuery.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static MatchQuery.Type[]MatchQuery.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.index.search with parameters of type MatchQuery.Type Modifier and Type Method Description QueryMatchQuery. parse(MatchQuery.Type type, String fieldName, Object value)protected QueryMatchQuery. parseInternal(MatchQuery.Type type, String fieldName, org.elasticsearch.index.search.MatchQuery.MatchQueryBuilder builder, Object value)
-