com.senseidb.search.client.json.req
Class Terms
java.lang.Object
com.senseidb.search.client.json.req.Selection
com.senseidb.search.client.json.req.Terms
- All Implemented Interfaces:
- Filter, Query
public class Terms
- extends Selection
- implements Query
A query that match on any (configurable) of the provided terms. This is a
simpler syntax query for using a bool query with several
term queries in the should clauses. For example:
The terms query is also aliased with in as the
query name for simpler usage.
| Nested classes/interfaces inherited from interface com.senseidb.search.client.json.req.filter.Filter |
Filter.AndOr |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Terms
public Terms()
Terms
public Terms(List<String> values,
List<String> excludes,
Operator op)
Terms
public Terms(List<String> values,
List<String> excludes,
Operator op,
int minimumMatch,
double boost)
Copyright © 2010-2012. All Rights Reserved.