Uses of Class
org.elasticsearch.common.ParsingException
-
-
Uses of ParsingException in org.elasticsearch.common.xcontent
Subclasses of ParsingException in org.elasticsearch.common.xcontent Modifier and Type Class Description classUnknownNamedObjectExceptionThrown whenNamedXContentRegistry.parseNamedObject(Class, String, XContentParser, Object)is called with an unregistered name. -
Uses of ParsingException in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that throw ParsingException Modifier and Type Method Description static BoolQueryBuilderBoolQueryBuilder. fromXContent(XContentParser parser)static SpanTermQueryBuilderSpanTermQueryBuilder. fromXContent(XContentParser parser) -
Uses of ParsingException in org.elasticsearch.index.query.functionscore
Methods in org.elasticsearch.index.query.functionscore that throw ParsingException Modifier and Type Method Description DFBDecayFunctionParser. fromXContent(XContentParser parser)Parses bodies of the kindstatic FieldValueFactorFunctionBuilderFieldValueFactorFunctionBuilder. fromXContent(XContentParser parser)static RandomScoreFunctionBuilderRandomScoreFunctionBuilder. fromXContent(XContentParser parser)static ScriptScoreFunctionBuilderScriptScoreFunctionBuilder. fromXContent(XContentParser parser) -
Uses of ParsingException in org.elasticsearch.search.aggregations.bucket.significant.heuristics
Methods in org.elasticsearch.search.aggregations.bucket.significant.heuristics that throw ParsingException Modifier and Type Method Description SignificanceHeuristicSignificanceHeuristicParser. parse(XContentParser parser)
-