MAGETWO-58174: When catalog is being indexed it should index in place or...
MAGETWO-58174: When catalog is being indexed it should index in place or leverage an index alias so store can still function during a long index run
Showing
- app/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php 47 additions, 9 deletionsapp/code/Magento/CatalogSearch/Model/Indexer/Fulltext.php
- app/code/Magento/CatalogSearch/Model/Indexer/IndexStructure.php 4 additions, 2 deletions...de/Magento/CatalogSearch/Model/Indexer/IndexStructure.php
- app/code/Magento/CatalogSearch/Model/Indexer/IndexSwitcherInterface.php 22 additions, 0 deletions...to/CatalogSearch/Model/Indexer/IndexSwitcherInterface.php
- app/code/Magento/CatalogSearch/Model/Indexer/IndexSwitcherProxy.php 100 additions, 0 deletions...agento/CatalogSearch/Model/Indexer/IndexSwitcherProxy.php
- app/code/Magento/CatalogSearch/Model/Indexer/IndexerHandler.php 2 additions, 4 deletions...de/Magento/CatalogSearch/Model/Indexer/IndexerHandler.php
- app/code/Magento/CatalogSearch/Model/Indexer/Scope/IndexSwitcher.php 76 additions, 0 deletions...gento/CatalogSearch/Model/Indexer/Scope/IndexSwitcher.php
- app/code/Magento/CatalogSearch/Model/Indexer/Scope/IndexTableNotExistException.php 18 additions, 0 deletions...earch/Model/Indexer/Scope/IndexTableNotExistException.php
- app/code/Magento/CatalogSearch/Model/Indexer/Scope/ScopeProxy.php 76 additions, 0 deletions.../Magento/CatalogSearch/Model/Indexer/Scope/ScopeProxy.php
- app/code/Magento/CatalogSearch/Model/Indexer/Scope/State.php 65 additions, 0 deletionsapp/code/Magento/CatalogSearch/Model/Indexer/Scope/State.php
- app/code/Magento/CatalogSearch/Model/Indexer/Scope/TemporaryResolver.php 43 additions, 0 deletions...o/CatalogSearch/Model/Indexer/Scope/TemporaryResolver.php
- app/code/Magento/CatalogSearch/Model/Indexer/Scope/UnknownStateException.php 18 additions, 0 deletions...talogSearch/Model/Indexer/Scope/UnknownStateException.php
- app/code/Magento/CatalogSearch/Test/Unit/Model/Indexer/FulltextTest.php 62 additions, 27 deletions...to/CatalogSearch/Test/Unit/Model/Indexer/FulltextTest.php
- app/code/Magento/CatalogSearch/Test/Unit/Model/Indexer/Scope/IndexSwitcherTest.php 212 additions, 0 deletions...earch/Test/Unit/Model/Indexer/Scope/IndexSwitcherTest.php
- app/code/Magento/CatalogSearch/Test/Unit/Model/ResourceModel/Advanced/CollectionTest.php 4 additions, 1 deletion...Test/Unit/Model/ResourceModel/Advanced/CollectionTest.php
- app/code/Magento/CatalogSearch/Test/Unit/Model/ResourceModel/Fulltext/CollectionTest.php 4 additions, 1 deletion...Test/Unit/Model/ResourceModel/Fulltext/CollectionTest.php
- app/code/Magento/CatalogSearch/Test/Unit/Model/Search/Indexer/IndexStructureTest.php 1 addition, 7 deletions...rch/Test/Unit/Model/Search/Indexer/IndexStructureTest.php
- app/code/Magento/CatalogSearch/etc/di.xml 32 additions, 0 deletionsapp/code/Magento/CatalogSearch/etc/di.xml
- dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Indexer/IndexSwitcherMock.php 54 additions, 0 deletions...Magento/CatalogSearch/Model/Indexer/IndexSwitcherMock.php
- dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Indexer/SwitcherUsedInFulltextTest.php 214 additions, 0 deletions...atalogSearch/Model/Indexer/SwitcherUsedInFulltextTest.php
- lib/internal/Magento/Framework/Indexer/ScopeResolver/IndexScopeResolver.php 7 additions, 4 deletions...to/Framework/Indexer/ScopeResolver/IndexScopeResolver.php
Please register or sign in to comment