| Package | Description |
|---|---|
| com.stratio.cassandra.lucene.builder.search | |
| com.stratio.cassandra.lucene.builder.search.condition |
| Modifier and Type | Method and Description |
|---|---|
Search |
Search.filter(Condition filter)
Returns this
Search with the specified filtering condition. |
Search |
Search.query(Condition query)
Returns this
Search with the specified querying condition. |
| Modifier and Type | Class and Description |
|---|---|
class |
AllCondition
A
Condition implementation that matches all documents. |
class |
BitemporalCondition
A
Condition implementation that matches bi-temporal (four) fields within two range of values. |
class |
BooleanCondition
A
Condition that matches documents matching boolean combinations of other queries, e.g. |
class |
ContainsCondition
A
Condition implementation that matches documents containing a value for a field. |
class |
DateRangeCondition
A
Condition implementation that matches a field within an range of values. |
class |
FuzzyCondition
A
Condition that implements the fuzzy search query. |
class |
GeoBBoxCondition
A
Condition that matches documents containing a shape contained in a certain bounding box. |
class |
GeoDistanceCondition
A
Condition that matches documents containing a point contained between two certain circles. |
class |
LuceneCondition
A
Condition implementation that matches documents satisfying a Lucene Query Syntax. |
class |
MatchCondition
A
Condition implementation that matches documents containing a value for a field. |
class |
NoneCondition
A
Condition implementation that matches none documents. |
class |
PhraseCondition
A
Condition implementation that matches documents containing a particular sequence of terms. |
class |
PrefixCondition
A
Condition implementation that matches documents containing terms with a specified prefix. |
class |
RangeCondition
A
Condition implementation that matches a field within an range of values. |
class |
RegexpCondition
Implements the wildcard search query.
|
class |
WildcardCondition
Implements the wildcard search query.
|
| Modifier and Type | Method and Description |
|---|---|
Condition |
Condition.boost(float boost)
Sets the boost for the
Condition to be built. |
Condition |
Condition.boost(Number boost)
Sets the boost for the
Condition to be built. |
| 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.