com.senseidb.search.client.json.req.query
Class QueryWildcard
java.lang.Object
com.senseidb.search.client.json.req.query.FieldAware
com.senseidb.search.client.json.req.query.QueryWildcard
- All Implemented Interfaces:
- Filter, Query
public class QueryWildcard
- extends FieldAware
- 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 |
| Fields inherited from class com.senseidb.search.client.json.req.query.FieldAware |
field |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryWildcard
public QueryWildcard(String field,
String value,
double boost)
Copyright © 2010-2012. All Rights Reserved.