| Package | Description |
|---|---|
| com.stratio.cassandra.lucene.builder | |
| com.stratio.cassandra.lucene.builder.search.condition |
| Modifier and Type | Method and Description |
|---|---|
static BooleanCondition |
Builder.bool()
Returns a new
BooleanCondition. |
| Modifier and Type | Method and Description |
|---|---|
BooleanCondition |
BooleanCondition.must(Condition... conditions)
Returns this builder with the specified mandatory conditions.
|
BooleanCondition |
BooleanCondition.not(Condition... conditions)
Returns this builder with the specified mandatory not conditions.
|
BooleanCondition |
BooleanCondition.should(Condition... conditions)
Returns this builder with the specified optional conditions.
|
Copyright © 2016. All rights reserved.