| Name |
Description |
from |
The lower bound. Defaults to start from the first. |
to |
The upper bound. Defaults to unbounded. |
include_lower |
Should the first from (if set) be inclusive or not. Defaults to
true |
include_upper |
Should the last to (if set) be inclusive or not. Defaults to
true. |
| Nested classes/interfaces inherited from interface com.senseidb.search.client.json.req.filter.Filter |
Filter.AndOr |
|
Constructor Summary |
Selection.Range()
|
Selection.Range(String from,
String to,
boolean includeLower,
boolean includeUpper)
|
Selection.Range(String from,
String to,
boolean includeLower,
boolean includeUpper,
double Doost,
boolean noOptimize)
|
Selection.Range(String from,
String to,
boolean includeLower,
boolean includeUpper,
Double boost,
boolean noOptimize,
String type)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Selection.Range
public Selection.Range()
Selection.Range
public Selection.Range(String from,
String to,
boolean includeLower,
boolean includeUpper)
Selection.Range
public Selection.Range(String from,
String to,
boolean includeLower,
boolean includeUpper,
double Doost,
boolean noOptimize)
Selection.Range
public Selection.Range(String from,
String to,
boolean includeLower,
boolean includeUpper,
Double boost,
boolean noOptimize,
String type)
Copyright © 2010-2012. All Rights Reserved.