| Package | Description |
|---|---|
| de.hybris.commercesearchbackoffice.widgets.boostwizard.controller | |
| de.hybris.platform.commercesearch.atdd.keywords | |
| de.hybris.platform.commercesearch.data | |
| de.hybris.platform.commercesearch.enums |
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
|
| de.hybris.platform.commercesearch.model |
Contains generated models for each type of de.hybris.platform.commercesearch.jalo package.
|
| de.hybris.platform.commercesearch.searchandizing.boost.operators |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<DisplayableData<SolrBoostConditionOperator>> |
BoostWizardController.getLocalizedOperatorDataList(SolrPropertiesTypes solrPropertiesTypes) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommerceSearchKeywordLibrary.createBoostRule(java.lang.String fieldName,
java.lang.String fieldValue,
int boostStrength,
java.lang.String categoryCode,
SolrBoostConditionOperator operator) |
| Modifier and Type | Method and Description |
|---|---|
SolrBoostConditionOperator |
BoostRuleData.getOperatorType() |
| Modifier and Type | Method and Description |
|---|---|
void |
BoostRuleData.setOperatorType(SolrBoostConditionOperator operatorType) |
| Modifier and Type | Method and Description |
|---|---|
static SolrBoostConditionOperator |
SolrBoostConditionOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SolrBoostConditionOperator[] |
SolrBoostConditionOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SolrBoostConditionOperator |
SolrBoostRuleModel.getOperator()
Generated method - Getter of the
SolrBoostRule.operator attribute defined at extension commercesearch. |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrBoostRuleModel.setOperator(SolrBoostConditionOperator value)
Generated method - Setter of
SolrBoostRule.operator attribute defined at extension commercesearch. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<SolrBoostConditionOperator> |
BoostOperatorsRegistry.IndexPropertyTypeOperatorsMapping.getOperators() |
java.util.Set<SolrBoostConditionOperator> |
BoostOperatorsRegistry.getSupportedOperators(SolrPropertiesTypes solrPropertiesTypes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BoostOperatorsRegistry.isOperatorSupportedForGivenType(SolrPropertiesTypes solrPropertiesTypes,
SolrBoostConditionOperator solrBoostConditionOperator)
Determines whether the given
SolrBoostConditionOperator is supported for SolrPropertiesTypes. |
java.lang.String |
DefaultSolrQueryOperatorTranslator.translate(SolrBoostConditionOperator solrOperator,
java.lang.String... values) |
java.lang.String |
SolrQueryOperatorTranslator.translate(SolrBoostConditionOperator solrOperator,
java.lang.String... values)
Translate
SolrBoostConditionOperator into solr boost expression. |
| Modifier and Type | Method and Description |
|---|---|
void |
BoostOperatorsRegistry.IndexPropertyTypeOperatorsMapping.setOperators(java.util.Set<SolrBoostConditionOperator> operators) |
void |
DefaultSolrQueryOperatorTranslator.setSolrBoostConditionOperatorToSolrOperatorMap(java.util.Map<SolrBoostConditionOperator,java.lang.String> solrBoostConditionOperatorToSolrOperatorMap) |
Copyright © 2018 SAP SE. All Rights Reserved.