Modifier and Type | Method and Description |
---|---|
FormatDateTimeFormatter |
MappingMetaData.Timestamp.dateTimeFormatter() |
Modifier and Type | Method and Description |
---|---|
static String |
MappingMetaData.Timestamp.parseStringTimestamp(String timestampAsString,
FormatDateTimeFormatter dateTimeFormatter) |
Modifier and Type | Method and Description |
---|---|
static FormatDateTimeFormatter |
Joda.forPattern(String input) |
static FormatDateTimeFormatter |
Joda.forPattern(String input,
Locale locale)
Parses a joda based pattern, including some named ones (similar to the built in Joda ISO ones).
|
Modifier and Type | Method and Description |
---|---|
static org.joda.time.format.DateTimeFormatter |
DateMathParser.getDateTimeFormatterParser(FormatDateTimeFormatter dateTimeFormatter,
org.joda.time.DateTimeZone timeZone)
Get a DateTimeFormatter parser applying timezone if any.
|
Constructor and Description |
---|
DateMathParser(FormatDateTimeFormatter dateTimeFormatter,
TimeUnit timeUnit) |
Modifier and Type | Method and Description |
---|---|
static NamedAnalyzer |
NumericDateAnalyzer.buildNamedAnalyzer(FormatDateTimeFormatter formatter,
int precisionStep) |
Modifier and Type | Field and Description |
---|---|
static FormatDateTimeFormatter |
DateFieldMapper.Defaults.DATE_TIME_FORMATTER |
protected FormatDateTimeFormatter |
DateFieldMapper.dateTimeFormatter |
protected FormatDateTimeFormatter |
DateFieldMapper.Builder.dateTimeFormatter |
Modifier and Type | Method and Description |
---|---|
FormatDateTimeFormatter |
DateFieldMapper.dateTimeFormatter() |
static FormatDateTimeFormatter |
TypeParsers.parseDateTimeFormatter(Object node) |
Modifier and Type | Method and Description |
---|---|
DateFieldMapper.Builder |
DateFieldMapper.Builder.dateTimeFormatter(FormatDateTimeFormatter dateTimeFormatter) |
Constructor and Description |
---|
DateFieldMapper(FieldMapper.Names names,
FormatDateTimeFormatter dateTimeFormatter,
int precisionStep,
float boost,
org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
String nullValue,
TimeUnit timeUnit,
boolean roundCeil,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
SimilarityProvider similarity,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings,
AbstractFieldMapper.MultiFields multiFields,
AbstractFieldMapper.CopyTo copyTo) |
Modifier and Type | Field and Description |
---|---|
static FormatDateTimeFormatter |
TimestampFieldMapper.Defaults.DATE_TIME_FORMATTER |
Modifier and Type | Method and Description |
---|---|
FormatDateTimeFormatter |
TimestampFieldMapper.dateTimeFormatter() |
Modifier and Type | Method and Description |
---|---|
TimestampFieldMapper.Builder |
TimestampFieldMapper.Builder.dateTimeFormatter(FormatDateTimeFormatter dateTimeFormatter) |
Constructor and Description |
---|
TimestampFieldMapper(org.apache.lucene.document.FieldType fieldType,
Boolean docValues,
EnabledAttributeMapper enabledState,
String path,
FormatDateTimeFormatter dateTimeFormatter,
String defaultTimestamp,
boolean roundCeil,
Boolean ignoreMissing,
Explicit<Boolean> ignoreMalformed,
Explicit<Boolean> coerce,
PostingsFormatProvider postingsProvider,
DocValuesFormatProvider docValuesProvider,
FieldMapper.Loading normsLoading,
Settings fieldDataSettings,
Settings indexSettings) |
Modifier and Type | Field and Description |
---|---|
static FormatDateTimeFormatter[] |
RootObjectMapper.Defaults.DYNAMIC_DATE_TIME_FORMATTERS |
Modifier and Type | Field and Description |
---|---|
protected List<FormatDateTimeFormatter> |
RootObjectMapper.Builder.dynamicDateTimeFormatters |
Modifier and Type | Method and Description |
---|---|
FormatDateTimeFormatter[] |
RootObjectMapper.dynamicDateTimeFormatters() |
Modifier and Type | Method and Description |
---|---|
RootObjectMapper.Builder |
RootObjectMapper.Builder.dynamicDateTimeFormatter(Iterable<FormatDateTimeFormatter> dateTimeFormatters) |
Constructor and Description |
---|
DateTime(FormatDateTimeFormatter formatter) |
DateTime(FormatDateTimeFormatter formatter) |
Copyright © 2009–2015. All rights reserved.