com.senseidb.search.client.json.req.query
Class QueryWildcard

java.lang.Object
  extended by com.senseidb.search.client.json.req.query.FieldAware
      extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface com.senseidb.search.client.json.req.filter.Filter
Filter.AndOr
 
Field Summary
 
Fields inherited from class com.senseidb.search.client.json.req.query.FieldAware
field
 
Constructor Summary
QueryWildcard(String field, String value, double boost)
           
 
Method Summary
 
Methods inherited from class com.senseidb.search.client.json.req.query.FieldAware
getField, setField
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryWildcard

public QueryWildcard(String field,
                     String value,
                     double boost)


Copyright © 2010-2012. All Rights Reserved.