| Class | Description |
|---|---|
| AllCondition |
A
Condition implementation that matches all documents. |
| BitemporalCondition |
A
Condition implementation that matches bi-temporal (four) fields within two range of values. |
| BooleanCondition |
A
Condition that matches documents matching boolean combinations of other queries, e.g. |
| Condition |
The abstract base class for queries.
|
| ContainsCondition |
A
Condition implementation that matches documents containing a value for a field. |
| DateRangeCondition |
A
Condition implementation that matches a field within an range of values. |
| FuzzyCondition |
A
Condition that implements the fuzzy search query. |
| GeoBBoxCondition |
A
Condition that matches documents containing a shape contained in a certain bounding box. |
| GeoDistanceCondition |
A
Condition that matches documents containing a point contained between two certain circles. |
| LuceneCondition |
A
Condition implementation that matches documents satisfying a Lucene Query Syntax. |
| MatchCondition |
A
Condition implementation that matches documents containing a value for a field. |
| NoneCondition |
A
Condition implementation that matches none documents. |
| PhraseCondition |
A
Condition implementation that matches documents containing a particular sequence of terms. |
| PrefixCondition |
A
Condition implementation that matches documents containing terms with a specified prefix. |
| RangeCondition |
A
Condition implementation that matches a field within an range of values. |
| RegexpCondition |
Implements the wildcard search query.
|
| WildcardCondition |
Implements the wildcard search query.
|
Copyright © 2016. All rights reserved.