Skip to content

Commit 70d888d

Browse files
AC-12482:All the Elasticsearch 7 and 8 modules and classes are marked in the code as Deprecated
1 parent 328870a commit 70d888d

File tree

71 files changed

+99
-17
lines changed

Some content is hidden

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

71 files changed

+99
-17
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
@@ -15,6 +15,7 @@
1515
/**
1616
* Provide data mapping for categories fields
1717
* @deprecated Elasticsearch is no longer supported by Adobe
18+
* @see this class will be responsible for ES only
1819
*/
1920
class CategoryFieldsProvider implements AdditionalFieldsProviderInterface
2021
{

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
/**
1212
* Proxy for data mapping of categories fields
1313
* @deprecated Elasticsearch is no longer supported by Adobe
14+
* @see this class will be responsible for ES only
1415
*/
1516
class CategoryFieldsProviderProxy implements AdditionalFieldsProviderInterface
1617
{

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
@@ -12,6 +12,7 @@
1212
/**
1313
* Field type converter from internal index type to elastic service.
1414
* @deprecated Elasticsearch is no longer supported by Adobe
15+
* @see this class will be responsible for ES only
1516
*/
1617
class Converter implements ConverterInterface
1718
{

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
@@ -20,6 +20,7 @@
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.
2222
* @deprecated Elasticsearch is no longer supported by Adobe
23+
* @see this class will be responsible for ES only
2324
*/
2425
class IndexResolver implements ResolverInterface
2526
{

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
@@ -12,6 +12,7 @@
1212
/**
1313
* Field type converter from internal data types to elastic service.
1414
* @deprecated Elasticsearch is no longer supported by Adobe
15+
* @see this class will be responsible for ES only
1516
*/
1617
class Converter implements ConverterInterface
1718
{

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
@@ -13,6 +13,7 @@
1313
/**
1414
* Composite resolver for resolving field type.
1515
* @deprecated Elasticsearch is no longer supported by Adobe
16+
* @see this class will be responsible for ES only
1617
*/
1718
class CompositeResolver implements ResolverInterface
1819
{

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
@@ -14,6 +14,7 @@
1414
/**
1515
* Integer type resolver.
1616
* @deprecated Elasticsearch is no longer supported by Adobe
17+
* @see this class will be responsible for ES only
1718
*/
1819
class IntegerType implements ResolverInterface
1920
{

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
@@ -14,6 +14,7 @@
1414
/**
1515
* Keyword type resolver.
1616
* @deprecated Elasticsearch is no longer supported by Adobe
17+
* @see this class will be responsible for ES only
1718
*/
1819
class KeywordType implements ResolverInterface
1920
{

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
/**
1616
* Class ProductFieldMapper provides field name by attribute code and retrieve all attribute types
1717
* @deprecated Elasticsearch is no longer supported by Adobe
18+
* @see this class will be responsible for ES only
1819
*/
1920
class ProductFieldMapper implements FieldMapperInterface
2021
{

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
/**
1212
* Proxy for product fields mappers
1313
* @deprecated Elasticsearch is no longer supported by Adobe
14+
* @see this class will be responsible for ES only
1415
*/
1516
class ProductFieldMapperProxy implements FieldMapperInterface
1617
{

0 commit comments

Comments
 (0)