Class DefaultIndexerServiceIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- de.hybris.platform.solrfacetsearch.integration.AbstractIntegrationTest
-
- de.hybris.platform.solrfacetsearch.indexer.impl.DefaultIndexerServiceIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
public class DefaultIndexerServiceIntegrationTest extends AbstractIntegrationTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.solrfacetsearch.integration.AbstractIntegrationTest
DEFAULT_ENCODING, expectedException, FACET_SEARCH_CONFIG_NAME, HW_CATALOG, ONLINE_CATALOG_VERSION, PRODUCT_CODE, SOLR_SERVER_CLOUD_ENDPOINT, SOLR_SERVER_MODE, SOLR_SERVER_STANDALONE_ENDPOINT, STAGED_CATALOG_VERSION
-
Fields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importService
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DefaultIndexerServiceIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deleteFromIndex()
void
deleteTypeIndex()
void
deleteTypeIndexWithPks()
protected java.util.List<ProductModel>
getExistingProducts()
void
performFullIndex()
void
updateIndex()
void
updatePartialTypeIndexWithPks()
void
updateTypeIndex()
void
updateTypeIndexWithPks()
-
Methods inherited from class de.hybris.platform.solrfacetsearch.integration.AbstractIntegrationTest
beforeLoadData, getFacetSearchConfig, getFacetSearchConfigName, getIndexedTypeModel, getProductCode, getSolrFacetSearchConfigModel, getTestId, importConfig, importConfig, initializeIndexedType, loadData, readFile, setUp, tearDown
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNone
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
performFullIndex
public void performFullIndex() throws java.lang.Exception
- Throws:
java.lang.Exception
-
updateIndex
public void updateIndex() throws java.lang.Exception
- Throws:
java.lang.Exception
-
updateTypeIndex
public void updateTypeIndex() throws java.lang.Exception
- Throws:
java.lang.Exception
-
updateTypeIndexWithPks
public void updateTypeIndexWithPks() throws java.lang.Exception
- Throws:
java.lang.Exception
-
updatePartialTypeIndexWithPks
public void updatePartialTypeIndexWithPks() throws java.lang.Exception
- Throws:
java.lang.Exception
-
deleteFromIndex
public void deleteFromIndex() throws java.lang.Exception
- Throws:
java.lang.Exception
-
deleteTypeIndex
public void deleteTypeIndex() throws java.lang.Exception
- Throws:
java.lang.Exception
-
deleteTypeIndexWithPks
public void deleteTypeIndexWithPks() throws java.lang.Exception
- Throws:
java.lang.Exception
-
getExistingProducts
protected java.util.List<ProductModel> getExistingProducts()
-
-