Uses of Interface
org.elasticsearch.common.xcontent.DeprecationHandler
-
-
Uses of DeprecationHandler in org.elasticsearch.action.admin.indices.create
Methods in org.elasticsearch.action.admin.indices.create with parameters of type DeprecationHandler Modifier and Type Method Description CreateIndexRequestCreateIndexRequest. source(Map<String,?> source, DeprecationHandler deprecationHandler)Sets the settings and mappings as a single source. -
Uses of DeprecationHandler in org.elasticsearch.common
Methods in org.elasticsearch.common with parameters of type DeprecationHandler Modifier and Type Method Description booleanParseField. match(String fieldName, DeprecationHandler deprecationHandler)DoesfieldNamematch this field? -
Uses of DeprecationHandler in org.elasticsearch.common.xcontent
Classes in org.elasticsearch.common.xcontent that implement DeprecationHandler Modifier and Type Class Description classLoggingDeprecationHandlerLogs deprecations to theDeprecationLogger.Fields in org.elasticsearch.common.xcontent declared as DeprecationHandler Modifier and Type Field Description static DeprecationHandlerDeprecationHandler. THROW_UNSUPPORTED_OPERATIONThrows anUnsupportedOperationExceptionwhen parsing hits a deprecated field.Methods in org.elasticsearch.common.xcontent that return DeprecationHandler Modifier and Type Method Description DeprecationHandlerXContentParser. getDeprecationHandler()The callback to notify when parsing encounters a deprecated field.DeprecationHandlerXContentSubParser. getDeprecationHandler()Methods in org.elasticsearch.common.xcontent with parameters of type DeprecationHandler Modifier and Type Method Description XContentParserXContent. createParser(NamedXContentRegistry xContentRegistry, DeprecationHandler deprecationHandler, byte[] data)Creates a parser over the provided bytes.XContentParserXContent. createParser(NamedXContentRegistry xContentRegistry, DeprecationHandler deprecationHandler, byte[] data, int offset, int length)Creates a parser over the provided bytes.XContentParserXContent. createParser(NamedXContentRegistry xContentRegistry, DeprecationHandler deprecationHandler, InputStream is)Creates a parser over the provided input stream.XContentParserXContent. createParser(NamedXContentRegistry xContentRegistry, DeprecationHandler deprecationHandler, Reader reader)Creates a parser over the provided reader.XContentParserXContent. createParser(NamedXContentRegistry xContentRegistry, DeprecationHandler deprecationHandler, String content)Creates a parser over the provided string content.static XContentParserXContentHelper. createParser(NamedXContentRegistry xContentRegistry, DeprecationHandler deprecationHandler, BytesReference bytes)Deprecated.useXContentHelper.createParser(NamedXContentRegistry, DeprecationHandler, BytesReference, XContentType)to avoid content type auto-detectionstatic XContentParserXContentHelper. createParser(NamedXContentRegistry xContentRegistry, DeprecationHandler deprecationHandler, BytesReference bytes, XContentType xContentType)Creates a parser for the bytes using the supplied content-typeTParseFieldRegistry. lookup(String name, XContentLocation xContentLocation, DeprecationHandler deprecationHandler)Lookup a value from the registry by name while checking that the name matches the ParseField.TParseFieldRegistry. lookupReturningNullIfNotFound(String name, DeprecationHandler deprecationHandler)Lookup a value from the registry by name while checking that the name matches the ParseField. -
Uses of DeprecationHandler in org.elasticsearch.common.xcontent.json
Methods in org.elasticsearch.common.xcontent.json with parameters of type DeprecationHandler Modifier and Type Method Description XContentParserJsonXContent. createParser(NamedXContentRegistry xContentRegistry, DeprecationHandler deprecationHandler, byte[] data)XContentParserJsonXContent. createParser(NamedXContentRegistry xContentRegistry, DeprecationHandler deprecationHandler, byte[] data, int offset, int length)XContentParserJsonXContent. createParser(NamedXContentRegistry xContentRegistry, DeprecationHandler deprecationHandler, InputStream is)XContentParserJsonXContent. createParser(NamedXContentRegistry xContentRegistry, DeprecationHandler deprecationHandler, Reader reader)XContentParserJsonXContent. createParser(NamedXContentRegistry xContentRegistry, DeprecationHandler deprecationHandler, String content)Constructors in org.elasticsearch.common.xcontent.json with parameters of type DeprecationHandler Constructor Description JsonXContentParser(NamedXContentRegistry xContentRegistry, DeprecationHandler deprecationHandler, com.fasterxml.jackson.core.JsonParser parser) -
Uses of DeprecationHandler in org.elasticsearch.common.xcontent.support
Methods in org.elasticsearch.common.xcontent.support that return DeprecationHandler Modifier and Type Method Description DeprecationHandlerAbstractXContentParser. getDeprecationHandler()Constructors in org.elasticsearch.common.xcontent.support with parameters of type DeprecationHandler Constructor Description AbstractXContentParser(NamedXContentRegistry xContentRegistry, DeprecationHandler deprecationHandler)MapXContentParser(NamedXContentRegistry xContentRegistry, DeprecationHandler deprecationHandler, Map<String,Object> map, XContentType xContentType) -
Uses of DeprecationHandler in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query with parameters of type DeprecationHandler Modifier and Type Method Description static MultiMatchQueryBuilder.TypeMultiMatchQueryBuilder.Type. parse(String value, DeprecationHandler deprecationHandler) -
Uses of DeprecationHandler in org.elasticsearch.index.query.support
Methods in org.elasticsearch.index.query.support with parameters of type DeprecationHandler Modifier and Type Method Description static MultiTermQuery.RewriteMethodQueryParsers. parseRewriteMethod(String rewriteMethod, MultiTermQuery.RewriteMethod defaultRewriteMethod, DeprecationHandler deprecationHandler)static MultiTermQuery.RewriteMethodQueryParsers. parseRewriteMethod(String rewriteMethod, DeprecationHandler deprecationHandler) -
Uses of DeprecationHandler in org.elasticsearch.search.aggregations
Methods in org.elasticsearch.search.aggregations with parameters of type DeprecationHandler Modifier and Type Method Description static Aggregator.SubAggCollectionModeAggregator.SubAggCollectionMode. parse(String value, DeprecationHandler deprecationHandler)
-