Skip to content

Commit 3071272

Browse files
AC-12482:All the Elasticsearch 7 and 8 modules and classes are marked in the code as Deprecated
1 parent 29fe909 commit 3071272

File tree

67 files changed

+80
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+80
-0
lines changed

app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/BatchDataMapper/CategoryFieldsProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
/**
1616
* Provide data mapping for categories fields
17+
* @deprecated Elasticsearch8 is no longer supported by Adobe
1718
*/
1819
class CategoryFieldsProvider implements AdditionalFieldsProviderInterface
1920
{

app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/BatchDataMapper/CategoryFieldsProviderProxy.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
/**
1212
* Proxy for data mapping of categories fields
13+
* @deprecated Elasticsearch8 is no longer supported by Adobe
1314
*/
1415
class CategoryFieldsProviderProxy implements AdditionalFieldsProviderInterface
1516
{

app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/FieldMapper/Product/FieldProvider/FieldIndex/IndexResolver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* Field index resolver that provides index type for the attribute in mapping.
2020
* For example, we need to set ‘no’/false in the case when attribute must be present in index data,
2121
* but stay as not indexable.
22+
* @deprecated Elasticsearch8 is no longer supported by Adobe
2223
*/
2324
class IndexResolver implements ResolverInterface
2425
{

app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/FieldMapper/Product/FieldProvider/FieldType/Converter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
/**
1313
* Field type converter from internal data types to elastic service.
14+
* @deprecated Elasticsearch8 is no longer supported by Adobe
1415
*/
1516
class Converter implements ConverterInterface
1617
{

app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/FieldMapper/Product/FieldProvider/FieldType/Resolver/CompositeResolver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
/**
1414
* Composite resolver for resolving field type.
15+
* @deprecated Elasticsearch8 is no longer supported by Adobe
1516
*/
1617
class CompositeResolver implements ResolverInterface
1718
{

app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/FieldMapper/Product/FieldProvider/FieldType/Resolver/IntegerType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
/**
1515
* Integer type resolver.
16+
* @deprecated Elasticsearch8 is no longer supported by Adobe
1617
*/
1718
class IntegerType implements ResolverInterface
1819
{

app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/FieldMapper/Product/FieldProvider/FieldType/Resolver/KeywordType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
/**
1515
* Keyword type resolver.
16+
* @deprecated Elasticsearch8 is no longer supported by Adobe
1617
*/
1718
class KeywordType implements ResolverInterface
1819
{

app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/FieldMapper/ProductFieldMapper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
/**
1616
* Class ProductFieldMapper provides field name by attribute code and retrieve all attribute types
17+
* @deprecated Elasticsearch8 is no longer supported by Adobe
1718
*/
1819
class ProductFieldMapper implements FieldMapperInterface
1920
{

app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/FieldMapper/ProductFieldMapperProxy.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
/**
1212
* Proxy for product fields mappers
13+
* @deprecated Elasticsearch8 is no longer supported by Adobe
1314
*/
1415
class ProductFieldMapperProxy implements FieldMapperInterface
1516
{

app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/DataMapperFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
/**
1414
* Data mapper factory uses to create appropriate mapper class
15+
* @deprecated Elasticsearch8 is no longer supported by Adobe
1516
*/
1617
class DataMapperFactory
1718
{

0 commit comments

Comments
 (0)