| Package | Description |
|---|---|
| org.elasticsearch.common.xcontent | |
| org.elasticsearch.common.xcontent.json | |
| org.elasticsearch.search | |
| org.elasticsearch.search.aggregations.pipeline |
| Modifier and Type | Method and Description |
|---|---|
XContentLocation |
XContentParser.getTokenLocation()
Used for error reporting to highlight where syntax errors occur in
content being parsed.
|
| Modifier and Type | Method and Description |
|---|---|
XContentLocation |
JsonXContentParser.getTokenLocation() |
| Constructor and Description |
|---|
SearchParseException(SearchContext context,
String msg,
XContentLocation location) |
SearchParseException(SearchContext context,
String msg,
XContentLocation location,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static BucketHelpers.GapPolicy |
BucketHelpers.GapPolicy.parse(SearchContext context,
String text,
XContentLocation tokenLocation)
Parse a string GapPolicy into the byte enum
|
Copyright © 2009–2017. All rights reserved.