| Package | Description |
|---|---|
| de.hybris.platform.commercesearch.model |
Contains generated models for each type of de.hybris.platform.commercesearch.jalo package.
|
| de.hybris.platform.commercesearch.resource | |
| de.hybris.platform.commercesearch.search.solrfacetsearch.populators | |
| de.hybris.platform.commercesearch.searchandizing.boost | |
| de.hybris.platform.commercesearch.searchandizing.boost.converters | |
| de.hybris.platform.commercesearch.searchandizing.boost.impl | |
| de.hybris.platform.solrfacetsearch.config | |
| de.hybris.platform.solrfacetsearch.model.config |
Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo.config package.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SolrBoostRuleModel> |
AbstractSolrSearchProfileModel.getBoostRules()
Generated method - Getter of the
AbstractSolrSearchProfile.boostRules attribute defined at extension commercesearch. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSolrSearchProfileModel.setBoostRules(java.util.Collection<SolrBoostRuleModel> value)
Generated method - Setter of
AbstractSolrSearchProfile.boostRules attribute defined at extension commercesearch. |
| Modifier and Type | Method and Description |
|---|---|
SolrBoostRuleModel |
SolrBoostRuleResource.getSolrBoostRuleModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected SolrBoostRuleModel |
SolrBoostRuleResource.readResource(java.lang.String resourceId)
Gets the
SolrBoostRuleModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SolrBoostRuleModel> |
SolrBoostRulesResource.getSolrBoostRulesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrBoostRuleResource.setSolrBoostRuleModel(SolrBoostRuleModel value)
Convenience method which just delegates to
#setResourceValue(SolrBoostRuleModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrBoostRulesResource.setSolrBoostRulesCollection(java.util.Collection<SolrBoostRuleModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<SolrBoostRuleModel> |
BoostSearchQueryPopulator.getBoostRules(IndexedType indexedType,
java.lang.String categoryCode,
FacetSearchConfig facetSearchConfig) |
| Modifier and Type | Method and Description |
|---|---|
SolrBoostRuleModel |
BoostService.createBoostRule(IndexedType indexedType,
SolrFacetSearchConfigModel facetSearchConfig,
java.lang.String categoryCode,
BoostRuleData boostRuleData)
Creates and returns a new boost rule based on a given indexed type and facet search config.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SolrBoostRuleModel> |
BoostService.getBoostRulesForCategoryAndIndexedType(IndexedType indexedType,
CategoryModel categoryModel,
FacetSearchConfig facetSearchConfig)
Returns all boost rules for a given category, indexedType and facetSearchConfig.
|
java.util.Collection<SolrBoostRuleModel> |
BoostService.getBoostRulesForGlobalSearchProfile(IndexedType indexedType,
FacetSearchConfig facetSearchConfig)
Returns all boost rules for a given indexedType and facetSearchConfig that are defined in a GlobalSolrSearchProfile
|
| Modifier and Type | Method and Description |
|---|---|
BoostRuleData |
BoostRuleConverter.convert(SolrBoostRuleModel ruleModel) |
BoostRuleData |
BoostRuleConverter.convert(SolrBoostRuleModel ruleModel,
BoostRuleData boostRuleData) |
| Modifier and Type | Method and Description |
|---|---|
protected SolrBoostRuleModel |
DefaultBoostService.createBoostRule(AbstractSolrSearchProfileModel searchProfile,
SolrFacetSearchConfigModel facetSearchConfig,
BoostRuleData boostRuleData) |
SolrBoostRuleModel |
DefaultBoostService.createBoostRule(IndexedType indexedType,
SolrFacetSearchConfigModel facetSearchConfig,
java.lang.String categoryCode,
BoostRuleData boostRuleData) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SolrBoostRuleModel> |
DefaultBoostService.getBoostRulesForCategoryAndIndexedType(IndexedType indexedType,
CategoryModel categoryModel,
FacetSearchConfig facetSearchConfig) |
java.util.Collection<SolrBoostRuleModel> |
DefaultBoostService.getBoostRulesForGlobalSearchProfile(IndexedType indexedType,
FacetSearchConfig facetSearchConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBoostFacade.setBoostConverter(Converter<SolrBoostRuleModel,BoostRuleData> boostConverter) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SolrBoostRuleModel> |
IndexedProperty.getBoostRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexedProperty.setBoostRules(java.util.Collection<SolrBoostRuleModel> boostRules) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SolrBoostRuleModel> |
SolrIndexedPropertyModel.getBoostRules()
Generated method - Getter of the
SolrIndexedProperty.boostRules attribute defined at extension commercesearch. |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrIndexedPropertyModel.setBoostRules(java.util.List<SolrBoostRuleModel> value)
Generated method - Setter of
SolrIndexedProperty.boostRules attribute defined at extension commercesearch. |
Copyright © 2018 SAP SE. All Rights Reserved.