| Package | Description |
|---|---|
| com.stratio.cassandra.lucene.builder | |
| com.stratio.cassandra.lucene.builder.search.condition |
| Modifier and Type | Method and Description |
|---|---|
static DateRangeCondition |
Builder.dateRange(String field)
Returns a new
DateRangeCondition with the specified field reference point. |
| Modifier and Type | Method and Description |
|---|---|
DateRangeCondition |
DateRangeCondition.from(Object from)
Sets the lower accepted date.
|
DateRangeCondition |
DateRangeCondition.operation(String operation)
Sets the operation to be performed.
|
DateRangeCondition |
DateRangeCondition.to(Object to)
Sets the upper accepted date.
|
Copyright © 2016. All rights reserved.