Uses of Class
com.senseidb.search.client.json.req.Operator

Packages that use Operator
com.senseidb.search.client.json.req   
com.senseidb.search.client.json.req.filter   
com.senseidb.search.client.json.req.query   
 

Uses of Operator in com.senseidb.search.client.json.req
 

Methods in com.senseidb.search.client.json.req that return Operator
static Operator Operator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Operator[] Operator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.senseidb.search.client.json.req with parameters of type Operator
static Selection Selection.terms(String field, List<String> values, List<String> excludes, Operator op)
           
 

Constructors in com.senseidb.search.client.json.req with parameters of type Operator
Terms(List<String> values, List<String> excludes, Operator op)
           
Terms(List<String> values, List<String> excludes, Operator op, int minimumMatch, double boost)
           
 

Uses of Operator in com.senseidb.search.client.json.req.filter
 

Methods in com.senseidb.search.client.json.req.filter that return Operator
 Operator Filter.AndOr.getOperation()
           
 

Methods in com.senseidb.search.client.json.req.filter with parameters of type Operator
static Selection Filters.terms(String field, List<String> values, List<String> excludes, Operator op)
           
 

Constructors in com.senseidb.search.client.json.req.filter with parameters of type Operator
Filter.AndOr(List<Filter> filters, Operator operation)
           
 

Uses of Operator in com.senseidb.search.client.json.req.query
 

Methods in com.senseidb.search.client.json.req.query that return Operator
 Operator TextQuery.getOperator()
           
 

Methods in com.senseidb.search.client.json.req.query with parameters of type Operator
 StringQuery.Builder StringQuery.Builder.defaultOperator(Operator op)
           
static Terms Queries.terms(String field, List<String> values, List<String> excludes, Operator op, int minimumMatch, double boost)
           
static TextQuery Queries.textQuery(String field, String text, Operator operator, double boost)
           
static TextQuery Queries.textQuery(String field, String text, Operator operator, TextQuery.Type type, double boost)
           
 

Constructors in com.senseidb.search.client.json.req.query with parameters of type Operator
TextQuery(String field, String value, Operator operator, TextQuery.Type type, double boost)
           
 



Copyright © 2010-2012. All Rights Reserved.