Skip to content

Commit db4f897

Browse files
authored
Merge pull request #7552 from magento-atwix-pyrrans/AC-2649-remove-elasticsearch-6-module
[Pyrrans] AC-2649: Remove elasticsearch 6 module
2 parents 56a161a + 53b42f4 commit db4f897

File tree

42 files changed

+172
-1999
lines changed

Some content is hidden

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

42 files changed

+172
-1999
lines changed

app/code/Magento/AdvancedSearch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Magento_AdvancedSearch module introduces advanced search functionality and p
77
Before disabling or uninstalling this module, note that the following modules depends on this module:
88

99
- Magento_Elasticsearch
10-
- Magento_Elasticsearch6
10+
- Magento_Elasticsearch7
1111

1212
For information about module installation in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html).
1313

app/code/Magento/Elasticsearch6/Test/Mftf/Test/StorefrontElasticSearchForChineseLocaleTest.xml renamed to app/code/Magento/Elasticsearch/Test/Mftf/Test/StorefrontElasticSearchForChineseLocaleTest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1111
<test name="StorefrontElasticSearchForChineseLocaleTest">
1212
<annotations>
13-
<features value="Elasticsearch6"/>
14-
<stories value="Elasticsearch6 for Chinese"/>
15-
<title value="Elastic search for Chinese locale"/>
16-
<description value="Elastic search for Chinese locale"/>
13+
<features value="CatalogSearch"/>
14+
<stories value="Search for Chinese"/>
15+
<title value="Storefront Search for Chinese locale"/>
16+
<description value="Storefront Search for Chinese locale"/>
1717
<severity value="BLOCKER"/>
1818
<testCaseId value="MC-6310"/>
1919
<useCaseId value="MAGETWO-91625"/>

app/code/Magento/Elasticsearch6/Test/Mftf/Test/StorefrontElasticsearchSearchInvalidValueTest.xml renamed to app/code/Magento/Elasticsearch/Test/Mftf/Test/StorefrontElasticsearchSearchInvalidValueTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1111
<test name="StorefrontElasticsearchSearchInvalidValueTest">
1212
<annotations>
13-
<features value="Elasticsearch6"/>
13+
<features value="CatalogSearch"/>
1414
<stories value="Search Product on Storefront"/>
1515
<title value="Elasticsearch: try to search by invalid value of 'Searchable' attribute"/>
1616
<description value="Elasticsearch: try to search by invalid value of 'Searchable' attribute"/>

app/code/Magento/Elasticsearch/etc/di.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,7 @@
542542
<arguments>
543543
<argument name="excludedEngineList" xsi:type="array">
544544
<item name="elasticsearch" xsi:type="string">Elasticsearch 2</item>
545+
<item name="elasticsearch6" xsi:type="string">Elasticsearch 6</item>
545546
</argument>
546547
<argument name="engineValidators" xsi:type="array">
547548
<item name="elasticsearch5" xsi:type="object">Magento\Elasticsearch\Setup\Validator</item>

app/code/Magento/Elasticsearch6/Block/Adminhtml/System/Config/TestConnection.php

Lines changed: 0 additions & 32 deletions
This file was deleted.

app/code/Magento/Elasticsearch6/LICENSE.txt

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)