com.senseidb.search.client.json.req.query.span
Class SpanOr
java.lang.Object
com.senseidb.search.client.json.req.query.span.SpanOr
- All Implemented Interfaces:
- Filter, Query
public class SpanOr
- extends Object
- implements Query
Matches the union of its span clauses. The span or query maps to Sensei
SpanOrQuery. Here is an example:
The clauses element is a list of one or more other span type
queries.
| 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 |
SpanOr
public SpanOr(List<SpanTerm> clauses,
Double boost)
Copyright © 2010-2012. All Rights Reserved.