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

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

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

Methods in org.elasticsearch.index.query that return MatchQueryBuilder.Operator
static MatchQueryBuilder.Operator MatchQueryBuilder.Operator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MatchQueryBuilder.Operator[] MatchQueryBuilder.Operator.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.Operator
 MatchQueryBuilder MatchQueryBuilder.operator(MatchQueryBuilder.Operator operator)
          Sets the operator to use when using a boolean query.
 MultiMatchQueryBuilder MultiMatchQueryBuilder.operator(MatchQueryBuilder.Operator operator)
          Sets the operator to use when using a boolean query.
 



Copyright © 2009-2012. All Rights Reserved.