File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Plugin/Model/Adapter/FieldMapper
Test/Unit/Plugin/Model/Adapter/FieldMapper Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
namespace Magento \InventoryElasticsearch \Plugin \Model \Adapter \FieldMapper ;
9
9
10
- use Magento \Elasticsearch \Elasticsearch5 \Model \Adapter \FieldMapper \ProductFieldMapper ;
10
+ use Magento \Elasticsearch \ElasticAdapter \Model \Adapter \FieldMapper \ProductFieldMapper ;
11
11
12
12
/**
13
13
* Class AdditionalFieldMapperPlugin for es attributes mapping
Original file line number Diff line number Diff line change 7
7
8
8
namespace Magento \InventoryElasticsearch \Test \Unit \Plugin \Model \Adapter \FieldMapper ;
9
9
10
- use Magento \Elasticsearch \Elasticsearch5 \Model \Adapter \FieldMapper \ProductFieldMapper ;
10
+ use Magento \Elasticsearch \ElasticAdapter \Model \Adapter \FieldMapper \ProductFieldMapper ;
11
11
use Magento \Framework \TestFramework \Unit \Helper \ObjectManager ;
12
12
use Magento \InventoryElasticsearch \Plugin \Model \Adapter \FieldMapper \AdditionalFieldMapperPlugin ;
13
13
use PHPUnit \Framework \TestCase ;
Original file line number Diff line number Diff line change 12
12
<plugin name =" stockedProductsFilterPlugin" disabled =" true" />
13
13
<plugin name =" stockedProductFilterByInventoryStockPlugin" type =" Magento\InventoryElasticsearch\Plugin\CatalogSearch\Model\Indexer\Fulltext\Action\DataProvider\StockedProductFilterByInventoryStock" />
14
14
</type >
15
- <type name =" Magento\Elasticsearch\Elasticsearch5 \Model\Adapter\FieldMapper\ProductFieldMapper" >
15
+ <type name =" Magento\Elasticsearch\ElasticAdapter \Model\Adapter\FieldMapper\ProductFieldMapper" >
16
16
<plugin name =" addOutOfStockMapper" type =" Magento\InventoryElasticsearch\Plugin\Model\Adapter\FieldMapper\AdditionalFieldMapperPlugin" />
17
17
</type >
18
18
<type name =" Magento\Elasticsearch\Model\Adapter\BatchDataMapper\ProductDataMapper" >
You can’t perform that action at this time.
0 commit comments