Uses of Class
org.elasticsearch.index.query.MatchQueryBuilder.Type

Packages that use MatchQueryBuilder.Type
org.elasticsearch.index.query   
 

Uses of MatchQueryBuilder.Type in org.elasticsearch.index.query
 

Methods in org.elasticsearch.index.query that return MatchQueryBuilder.Type
static MatchQueryBuilder.Type MatchQueryBuilder.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MatchQueryBuilder.Type[] MatchQueryBuilder.Type.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 MatchQueryBuilder.Type
 MatchQueryBuilder MatchQueryBuilder.type(MatchQueryBuilder.Type type)
          Sets the type of the text query.
 MultiMatchQueryBuilder MultiMatchQueryBuilder.type(MatchQueryBuilder.Type type)
          Sets the type of the text query.
 



Copyright © 2009-2012. All Rights Reserved.