Class AbstractAsFacetsMergeStrategyTest
- java.lang.Object
-
- de.hybris.platform.adaptivesearch.strategies.impl.AbstractAsFacetsMergeStrategyTest
-
- Direct Known Subclasses:
AsFacetsAddAfterMergeStrategyTest,AsFacetsAddBeforeMergeStrategyTest,AsFacetsReplaceMergeStrategyTest
public abstract class AbstractAsFacetsMergeStrategyTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringINDEX_PROPERTY_1protected static java.lang.StringINDEX_PROPERTY_2protected static java.lang.StringINDEX_PROPERTY_3protected static java.lang.StringINDEX_PROPERTY_4protected static java.lang.StringUID_1protected static java.lang.StringUID_2protected static java.lang.StringUID_3protected static java.lang.StringUID_4protected static java.lang.StringUID_5protected static java.lang.StringUID_6
-
Constructor Summary
Constructors Constructor Description AbstractAsFacetsMergeStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <T,R>
AsConfigurationHolder<T,R>createConfigurationHolder(T configuration)protected AsSearchProfileResultcreateResult()protected AsSearchProfileResultFactorygetAsSearchProfileResultFactory()AsSearchProfileResultgetSource()AsSearchProfileResultgetTarget()voidinitalize()
-
-
-
Field Detail
-
UID_1
protected static final java.lang.String UID_1
- See Also:
- Constant Field Values
-
UID_2
protected static final java.lang.String UID_2
- See Also:
- Constant Field Values
-
UID_3
protected static final java.lang.String UID_3
- See Also:
- Constant Field Values
-
UID_4
protected static final java.lang.String UID_4
- See Also:
- Constant Field Values
-
UID_5
protected static final java.lang.String UID_5
- See Also:
- Constant Field Values
-
UID_6
protected static final java.lang.String UID_6
- See Also:
- Constant Field Values
-
INDEX_PROPERTY_1
protected static final java.lang.String INDEX_PROPERTY_1
- See Also:
- Constant Field Values
-
INDEX_PROPERTY_2
protected static final java.lang.String INDEX_PROPERTY_2
- See Also:
- Constant Field Values
-
INDEX_PROPERTY_3
protected static final java.lang.String INDEX_PROPERTY_3
- See Also:
- Constant Field Values
-
INDEX_PROPERTY_4
protected static final java.lang.String INDEX_PROPERTY_4
- See Also:
- Constant Field Values
-
-
Method Detail
-
initalize
public void initalize()
-
getAsSearchProfileResultFactory
protected AsSearchProfileResultFactory getAsSearchProfileResultFactory()
-
getSource
public AsSearchProfileResult getSource()
-
getTarget
public AsSearchProfileResult getTarget()
-
createResult
protected AsSearchProfileResult createResult()
-
createConfigurationHolder
protected <T,R> AsConfigurationHolder<T,R> createConfigurationHolder(T configuration)
-
-