Class DirectSolrIndexSynchronizationStrategyTest
- java.lang.Object
-
- com.hybris.backoffice.solrsearch.indexing.DirectSolrIndexSynchronizationStrategyTest
-
public class DirectSolrIndexSynchronizationStrategyTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONFIG_NAMEstatic longPK_static java.lang.StringPRODUCT_TYPECODE
-
Constructor Summary
Constructors Constructor Description DirectSolrIndexSynchronizationStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()voidtestRemoveItem()voidtestUpdateItem()
-
-
-
Field Detail
-
PRODUCT_TYPECODE
public static final java.lang.String PRODUCT_TYPECODE
- See Also:
- Constant Field Values
-
PK_
public static final long PK_
- See Also:
- Constant Field Values
-
CONFIG_NAME
public static final java.lang.String CONFIG_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
init
public void init() throws FacetConfigServiceException- Throws:
FacetConfigServiceException
-
testRemoveItem
public void testRemoveItem() throws FacetConfigServiceException, IndexerException
-
testUpdateItem
public void testUpdateItem() throws FacetConfigServiceException, IndexerException
-
-