| Modifier and Type | Class and Description |
|---|---|
class |
Index
A Lucene index definition.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Schema
The user-defined mapping from Cassandra columns to Lucene documents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Analyzer
An Lucene
Analyzer. |
class |
ClasspathAnalyzer
Analyzer using a Lucene's Analyzers in classpath. |
class |
SnowballAnalyzer
Analyzer for tartarus.org snowball Analyzer. |
| Modifier and Type | Class and Description |
|---|---|
class |
BigDecimalMapper
A
Mapper to map BigDecimal values. |
class |
BigIntegerMapper
A
Mapper to map BigInteger values. |
class |
BitemporalMapper
A
Mapper to map bitemporal DateRanges. |
class |
BlobMapper
A
Mapper to map blob values. |
class |
BooleanMapper
A
Mapper to map a date field. |
class |
DateMapper
SingleColumnMapper to build a new DateMapper. |
class |
DateRangeMapper
A
Mapper to map 1-dimensional date ranges. |
class |
DoubleMapper
A
Mapper to map a double field. |
class |
FloatMapper
A
Mapper to map a float field. |
class |
GeoPointMapper
A
Mapper to map geographical points. |
class |
InetMapper
A
Mapper to map inet addresses. |
class |
IntegerMapper
A
Mapper to map an integer field. |
class |
LongMapper
A
Mapper to map a long field. |
class |
Mapper<T extends Mapper>
Class for mapping between Cassandra's columns and Lucene documents.
|
class |
SingleColumnMapper<K extends SingleColumnMapper<K>>
Class for mapping between Cassandra's columns and Lucene documents.
|
class |
StringMapper
A
Mapper to map a string, not tokenized field. |
class |
TextMapper
A
Mapper to map a string, tokenized field. |
class |
UUIDMapper
A
Mapper to map a UUID field. |
| Modifier and Type | Class and Description |
|---|---|
class |
Search
Class representing an Lucene index search.
|
| 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 |
Condition
The abstract base class for queries.
|
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 | Class and Description |
|---|---|
class |
GeoDistanceSortField
A geo spatial distance search sort.
|
class |
SimpleSortField
A simple relevance sorting for a field of a search.
|
class |
Sort
A sorting of fields for a search.
|
class |
SortField
A sorting for a field of a search.
|
Copyright © 2016. All rights reserved.