Package | Description |
---|---|
org.elasticsearch.search.aggregations.bucket.range | |
org.elasticsearch.search.aggregations.support | |
org.elasticsearch.search.aggregations.support.format |
Modifier and Type | Method and Description |
---|---|
void |
RangeAggregator.Range.process(ValueParser parser,
SearchContext context) |
Modifier and Type | Method and Description |
---|---|
ValueParser |
ValuesSourceConfig.parser() |
Modifier and Type | Class and Description |
---|---|
static class |
ValueParser.DateMath
Knows how to parse datatime values based on elasticsearch's date math expression
|
static class |
ValueParser.DateTime
Knows how to parse datatime values based on date/time format
|
static class |
ValueParser.IPv4
Knows how to parse IPv4 formats
|
static class |
ValueParser.Number |
static class |
ValueParser.Number.Pattern |
static class |
ValueParser.Raw |
Modifier and Type | Field and Description |
---|---|
static ValueParser |
ValueParser.IPv4 |
static ValueParser |
ValueParser.RAW |
Modifier and Type | Method and Description |
---|---|
ValueParser |
ValueFormat.parser() |
Constructor and Description |
---|
DateTime(String pattern,
ValueFormatter formatter,
ValueParser parser) |
Number(String pattern,
ValueFormatter formatter,
ValueParser parser) |
Patternable(String pattern,
ValueFormatter formatter,
ValueParser parser) |
ValueFormat(ValueFormatter formatter,
ValueParser parser) |
Copyright © 2009–2015. All rights reserved.