| Package | Description |
|---|---|
| com.stratio.cassandra.lucene.builder | |
| com.stratio.cassandra.lucene.builder.search.condition |
| Modifier and Type | Method and Description |
|---|---|
static RangeCondition |
Builder.range(String field)
Returns a new
RangeCondition for the specified field. |
| Modifier and Type | Method and Description |
|---|---|
RangeCondition |
RangeCondition.includeLower(Boolean includeLower)
Sets if the lower value must be included.
|
RangeCondition |
RangeCondition.includeUpper(Boolean includeUpper)
Sets if the upper value must be included.
|
RangeCondition |
RangeCondition.lower(Object lower)
Sets the lower value to be matched.
|
RangeCondition |
RangeCondition.upper(Object upper)
Sets the upper value to be matched.
|
Copyright © 2016. All rights reserved.