N - the adapter field typepublic abstract class TemporalLongFieldMapper<N> extends IndexFieldMapper<N,Long>
| Modifier and Type | Class and Description |
|---|---|
static class |
TemporalLongFieldMapper.CalendarLongFieldMapper
Maps a `Calendar` adapter field to an `Long` index field.
|
static class |
TemporalLongFieldMapper.DateLongFieldMapper
Maps a `Date` adapter field to an `Long` index field.
|
IndexFieldMapper.IndexFieldOptionsadapterFields, indexFieldName| Constructor and Description |
|---|
TemporalLongFieldMapper() |
| Modifier and Type | Method and Description |
|---|---|
short |
adapterFieldCount() |
Class<Long> |
indexFieldType() |
protected void |
initFromOptions(List<FieldDescriptor<N>> inputFieldDescriptors,
IndexFieldMapper.IndexFieldOptions options) |
void |
transformFieldDescriptors(FieldDescriptor<?>[] inputFieldDescriptors) |
adapterFieldType, byteLength, fromBinary, getAdapterFields, getIndexOrderedAdapterFields, getLowerCaseSuggestedFieldNames, indexFieldName, init, isCompatibleWith, readBytes, toAdapter, toBinary, toIndex, writeBytespublic Class<Long> indexFieldType()
indexFieldType in class IndexFieldMapper<N,Long>public void transformFieldDescriptors(FieldDescriptor<?>[] inputFieldDescriptors)
transformFieldDescriptors in class IndexFieldMapper<N,Long>protected void initFromOptions(List<FieldDescriptor<N>> inputFieldDescriptors, IndexFieldMapper.IndexFieldOptions options)
initFromOptions in class IndexFieldMapper<N,Long>public short adapterFieldCount()
adapterFieldCount in class IndexFieldMapper<N,Long>Copyright © 2013–2021. All rights reserved.