| Package | Description |
|---|---|
| de.hybris.platform.adaptivesearch.data | |
| de.hybris.platform.adaptivesearch.enums |
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
|
| de.hybris.platform.adaptivesearch.model |
Contains generated models for each type of de.hybris.platform.adaptivesearch.jalo package.
|
| de.hybris.platform.adaptivesearchbackoffice.common.impl | |
| de.hybris.platform.adaptivesearchbackoffice.editors.boostrules | |
| de.hybris.platform.adaptivesearchsolr.strategies | |
| de.hybris.platform.adaptivesearchsolr.strategies.impl |
| Modifier and Type | Method and Description |
|---|---|
AsBoostOperator |
AsBoostRule.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<AsBoostOperator> |
AsIndexPropertyData.getSupportedBoostOperators() |
| Modifier and Type | Method and Description |
|---|---|
void |
AsBoostRule.setOperator(AsBoostOperator operator) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsIndexPropertyData.setSupportedBoostOperators(java.util.Set<AsBoostOperator> supportedBoostOperators) |
| Modifier and Type | Method and Description |
|---|---|
static AsBoostOperator |
AsBoostOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AsBoostOperator[] |
AsBoostOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AsBoostOperator |
AsBoostRuleModel.getOperator()
Generated method - Getter of the
AsBoostRule.operator attribute defined at extension adaptivesearch. |
| Modifier and Type | Method and Description |
|---|---|
void |
AsBoostRuleModel.setOperator(AsBoostOperator value)
Generated method - Setter of
AsBoostRule.operator attribute defined at extension adaptivesearch. |
| Modifier and Type | Method and Description |
|---|---|
AsBoostOperator |
AsBoostOperatorDataProvider.getValue(AsBoostOperator data,
java.util.Map<java.lang.String,java.lang.Object> parameters) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AsBoostOperator> |
AsBoostOperatorDataProvider.getData(java.util.Map<java.lang.String,java.lang.Object> parameters) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
AsBoostOperatorDataProvider.getLabel(AsBoostOperator data,
java.util.Map<java.lang.String,java.lang.Object> parameters) |
AsBoostOperator |
AsBoostOperatorDataProvider.getValue(AsBoostOperator data,
java.util.Map<java.lang.String,java.lang.Object> parameters) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
AsBoostRulesDataHandler.mapBoostOperatorToSymbol(AsBoostOperator operator) |
| Modifier and Type | Method and Description |
|---|---|
AsBoostOperator |
SolrAsTypeMappingRegistry.toAsBoostOperator(SearchQuery.QueryOperator boostOperator)
Converts a
SearchQuery.QueryOperator to AsBoostOperator. |
| Modifier and Type | Method and Description |
|---|---|
SearchQuery.QueryOperator |
SolrAsTypeMappingRegistry.toQueryOperator(AsBoostOperator asBoostOperator)
Converts a
AsBoostOperator to SearchQuery.QueryOperator. |
| Modifier and Type | Method and Description |
|---|---|
AsBoostOperator |
DefaultSolrAsTypeMappingRegistry.toAsBoostOperator(SearchQuery.QueryOperator boostOperator) |
| Modifier and Type | Method and Description |
|---|---|
SearchQuery.QueryOperator |
DefaultSolrAsTypeMappingRegistry.toQueryOperator(AsBoostOperator asBoostOperator) |
Copyright © 2018 SAP SE. All Rights Reserved.