Uses of Class
org.elasticsearch.common.xcontent.XContentLocation
-
-
Uses of XContentLocation in org.elasticsearch.common
Constructors in org.elasticsearch.common with parameters of type XContentLocation Constructor Description ParsingException(XContentLocation contentLocation, String msg, Object... args)ParsingException(XContentLocation contentLocation, String msg, Throwable cause, Object... args) -
Uses of XContentLocation in org.elasticsearch.common.xcontent
Methods in org.elasticsearch.common.xcontent that return XContentLocation Modifier and Type Method Description XContentLocationXContentParseException. getLocation()XContentLocationXContentParser. getTokenLocation()Used for error reporting to highlight where syntax errors occur in content being parsed.XContentLocationXContentSubParser. getTokenLocation()Methods in org.elasticsearch.common.xcontent with parameters of type XContentLocation Modifier and Type Method Description TParseFieldRegistry. lookup(String name, XContentLocation xContentLocation, DeprecationHandler deprecationHandler)Lookup a value from the registry by name while checking that the name matches the ParseField.static voidXContentParserUtils. throwUnknownField(String field, XContentLocation location)static voidXContentParserUtils. throwUnknownToken(XContentParser.Token token, XContentLocation location)Method parameters in org.elasticsearch.common.xcontent with type arguments of type XContentLocation Modifier and Type Method Description static voidXContentParserUtils. ensureExpectedToken(XContentParser.Token expected, XContentParser.Token actual, Supplier<XContentLocation> location)Makes sure that provided token is of the expected typeConstructors in org.elasticsearch.common.xcontent with parameters of type XContentLocation Constructor Description NamedObjectNotFoundException(XContentLocation location, String message)UnknownNamedObjectException(XContentLocation contentLocation, Class<?> categoryClass, String name)XContentParseException(XContentLocation location, String message)XContentParseException(XContentLocation location, String message, Exception cause) -
Uses of XContentLocation in org.elasticsearch.common.xcontent.json
Methods in org.elasticsearch.common.xcontent.json that return XContentLocation Modifier and Type Method Description XContentLocationJsonXContentParser. getTokenLocation() -
Uses of XContentLocation in org.elasticsearch.common.xcontent.support
Methods in org.elasticsearch.common.xcontent.support that return XContentLocation Modifier and Type Method Description XContentLocationMapXContentParser. getTokenLocation() -
Uses of XContentLocation in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query with parameters of type XContentLocation Modifier and Type Method Description protected static voidAbstractQueryBuilder. throwParsingExceptionOnMultipleFields(String queryName, XContentLocation contentLocation, String processedFieldName, String currentFieldName)protected static voidSpanNearQueryBuilder.SpanGapQueryBuilder. throwParsingExceptionOnMultipleFields(String queryName, XContentLocation contentLocation, String processedFieldName, String currentFieldName) -
Uses of XContentLocation in org.elasticsearch.search
Constructors in org.elasticsearch.search with parameters of type XContentLocation Constructor Description SearchParseException(SearchShardTarget shardTarget, String msg, XContentLocation location)SearchParseException(SearchShardTarget shardTarget, String msg, XContentLocation location, Throwable cause) -
Uses of XContentLocation in org.elasticsearch.search.aggregations.pipeline
Methods in org.elasticsearch.search.aggregations.pipeline with parameters of type XContentLocation Modifier and Type Method Description static BucketHelpers.GapPolicyBucketHelpers.GapPolicy. parse(String text, XContentLocation tokenLocation)Parse a string GapPolicy into the byte enum
-