| Package | Description |
|---|---|
| com.stratio.cassandra.lucene.builder.index.schema.mapping |
| Modifier and Type | Class and Description |
|---|---|
class |
SingleColumnMapper<K extends SingleColumnMapper<K>>
Class for mapping between Cassandra's columns and Lucene documents.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BigDecimalMapper
A
Mapper to map BigDecimal values. |
class |
BigIntegerMapper
A
Mapper to map BigInteger values. |
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 |
DoubleMapper
A
Mapper to map a double field. |
class |
FloatMapper
A
Mapper to map a float field. |
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 |
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. |
Copyright © 2016. All rights reserved.