-
Classes Class Description org.apache.lucene.analysis.synonym.SynonymFilter UseSynonymGraphFilterinstead, but be sure to also useFlattenGraphFilterat index time (not at search time) as well.org.apache.lucene.queries.ExtendedCommonTermsQuery Since max_optimization optimization landed in 7.0, normal MatchQuery will achieve the same result without any configuration.org.apache.lucene.search.similarity.LegacyBM25Similarity BM25Similarityshould be used insteadorg.apache.lucene.store.RAMDirectory This class uses inefficient synchronization and is discouraged in favor ofMMapDirectory. It will be removed in future versions of Lucene.org.apache.lucene.store.RAMFile This class uses inefficient synchronization and is discouraged in favor ofMMapDirectory. It will be removed in future versions of Lucene.org.apache.lucene.store.RAMInputStream This class uses inefficient synchronization and is discouraged in favor ofMMapDirectory. It will be removed in future versions of Lucene.org.apache.lucene.store.RAMOutputStream This class uses inefficient synchronization and is discouraged in favor ofMMapDirectory. It will be removed in future versions of Lucene.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 TransportClientis deprecated in favour of the High Level REST client and will be removed in Elasticsearch 8.0.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.org.locationtech.jts.algorithm.CGAlgorithms See Length, Area, Distance, Orientation, PointLocationorg.locationtech.spatial4j.io.LegacyShapeReader org.locationtech.spatial4j.io.LegacyShapeWriter org.locationtech.spatial4j.io.ParseUtils Not useful; see https://github.com/spatial4j/spatial4j/issues/19
-
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)
-
Enum Constants Enum Constant Description org.elasticsearch.index.translog.Translog.Operation.Type.CREATE