Skip to content

Commit 92f4702

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

File tree

67 files changed

+67
-62
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

+67
-62
lines changed

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

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

1515
/**
1616
* Provide data mapping for categories fields
17-
* @deprecated Elasticsearch8 is no longer supported by Adobe
17+
* @deprecated Elasticsearch is no longer supported by Adobe
1818
*/
1919
class CategoryFieldsProvider implements AdditionalFieldsProviderInterface
2020
{

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

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

1111
/**
1212
* Proxy for data mapping of categories fields
13-
* @deprecated Elasticsearch8 is no longer supported by Adobe
13+
* @deprecated Elasticsearch is no longer supported by Adobe
1414
*/
1515
class CategoryFieldsProviderProxy implements AdditionalFieldsProviderInterface
1616
{

app/code/Magento/Elasticsearch/ElasticAdapter/Model/Adapter/FieldMapper/Product/FieldProvider/FieldIndex/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 index type to elastic service.
14+
* @deprecated Elasticsearch is no longer supported by Adobe
1415
*/
1516
class Converter implements ConverterInterface
1617
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +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
22+
* @deprecated Elasticsearch is no longer supported by Adobe
2323
*/
2424
class IndexResolver implements ResolverInterface
2525
{

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

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

1212
/**
1313
* Field type converter from internal data types to elastic service.
14-
* @deprecated Elasticsearch8 is no longer supported by Adobe
14+
* @deprecated Elasticsearch is no longer supported by Adobe
1515
*/
1616
class Converter implements ConverterInterface
1717
{

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

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

1313
/**
1414
* Composite resolver for resolving field type.
15-
* @deprecated Elasticsearch8 is no longer supported by Adobe
15+
* @deprecated Elasticsearch is no longer supported by Adobe
1616
*/
1717
class CompositeResolver implements ResolverInterface
1818
{

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

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

1414
/**
1515
* Integer type resolver.
16-
* @deprecated Elasticsearch8 is no longer supported by Adobe
16+
* @deprecated Elasticsearch is no longer supported by Adobe
1717
*/
1818
class IntegerType implements ResolverInterface
1919
{

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

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

1414
/**
1515
* Keyword type resolver.
16-
* @deprecated Elasticsearch8 is no longer supported by Adobe
16+
* @deprecated Elasticsearch is no longer supported by Adobe
1717
*/
1818
class KeywordType implements ResolverInterface
1919
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +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
17+
* @deprecated Elasticsearch is no longer supported by Adobe
1818
*/
1919
class ProductFieldMapper implements FieldMapperInterface
2020
{

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

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

1111
/**
1212
* Proxy for product fields mappers
13-
* @deprecated Elasticsearch8 is no longer supported by Adobe
13+
* @deprecated Elasticsearch is no longer supported by Adobe
1414
*/
1515
class ProductFieldMapperProxy implements FieldMapperInterface
1616
{

0 commit comments

Comments
 (0)