| Package | Description |
|---|---|
| com.stratio.cassandra.lucene.builder | |
| com.stratio.cassandra.lucene.builder.search.condition |
| Modifier and Type | Method and Description |
|---|---|
static BitemporalCondition |
Builder.bitemporal(String field)
Returns a new
BitemporalCondition for the specified field. |
| Modifier and Type | Method and Description |
|---|---|
BitemporalCondition |
BitemporalCondition.ttFrom(Object ttFrom)
Sets the transaction time start.
|
BitemporalCondition |
BitemporalCondition.ttTo(Object ttTo)
Sets the transaction time end.
|
BitemporalCondition |
BitemporalCondition.vtFrom(Object vtFrom)
Sets the valid time start.
|
BitemporalCondition |
BitemporalCondition.vtTo(Object vtTo)
Sets the valid time end.
|
Copyright © 2016. All rights reserved.