Deprecated API
Contents
-
Classes Class Description org.apache.lucene.queries.ExtendedCommonTermsQuery Since max_optimization optimization landed in 7.0, normal MatchQuery will achieve the same result without any configuration.org.elasticsearch.action.admin.indices.exists.types.TypesExistsRequestBuilder org.elasticsearch.action.bulk.TransportSingleItemBulkWriteAction org.elasticsearch.action.delete.TransportDeleteAction org.elasticsearch.action.index.TransportIndexAction org.elasticsearch.client.transport.TransportClient TransportClient
is deprecated in favour of the High Level REST client and will be removed in Elasticsearch 8.0.org.elasticsearch.common.rounding.Rounding org.elasticsearch.index.mapper.LegacyGeoShapeFieldMapper org.elasticsearch.index.mapper.LegacyGeoShapeFieldMapper.DeprecatedParameters org.elasticsearch.index.query.CommonTermsQueryBuilder Since max_optimization optimization landed in 7.0, normal MatchQuery will achieve the same result without any configuration.
-
Exceptions Exceptions Description org.elasticsearch.script.GeneralScriptException Use ScriptException for exceptions from the scripting engine, otherwise use a more appropriate exception (e.g. if thrown from various abstractions)
-
Annotation Types Annotation Type Description org.elasticsearch.common.inject.assistedinject.AssistedInject FactoryProvider
now works better with the standard @Inject annotation. When using that annotation, parameters are matched by name and type rather than by position. In addition, values that use the standard @Inject constructor annotation are eligible for method interception.
-
Fields Field Description org.elasticsearch.action.support.TransportAction.logger declare your own logger.org.elasticsearch.common.network.NetworkUtils.SUPPORTS_V6 transition mechanism only, do not useorg.elasticsearch.index.mapper.MapperService.INDEX_MAPPER_DYNAMIC_SETTING org.elasticsearch.index.query.MatchQueryBuilder.CUTOFF_FREQUENCY_FIELD Since max_optimization optimization landed in 7.0, normal MatchQuery will achieve the same result without any configuration.org.elasticsearch.index.reindex.AbstractBulkByScrollRequest.SIZE_ALL_MATCHES please use MAX_DOCS_ALL_MATCHES instead.org.elasticsearch.rest.BaseRestHandler.logger declare your own logger.org.elasticsearch.search.suggest.completion.CompletionSuggestion.TYPE org.elasticsearch.search.suggest.phrase.PhraseSuggestion.TYPE org.elasticsearch.search.suggest.term.TermSuggestion.TYPE
-
Enum Constants Enum Constant Description org.elasticsearch.index.translog.Translog.Operation.Type.CREATE