| Modifier and Type | Class and Description |
|---|---|
class |
CategorySolrSearchProfileModel
Generated model class for type CategorySolrSearchProfile first defined at extension commercesearch.
|
class |
GlobalSolrSearchProfileModel
Generated model class for type GlobalSolrSearchProfile first defined at extension commercesearch.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<AbstractSolrSearchProfileModel> |
SolrFacetReconfigurationModel.getSolrSearchProfiles()
Generated method - Getter of the
SolrFacetReconfiguration.solrSearchProfiles attribute defined at extension commercesearch. |
Collection<AbstractSolrSearchProfileModel> |
SolrBoostRuleModel.getSolrSearchProfiles()
Generated method - Getter of the
SolrBoostRule.solrSearchProfiles attribute defined at extension commercesearch. |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrFacetReconfigurationModel.setSolrSearchProfiles(Collection<AbstractSolrSearchProfileModel> value)
Generated method - Setter of
SolrFacetReconfiguration.solrSearchProfiles attribute defined at extension commercesearch. |
void |
SolrBoostRuleModel.setSolrSearchProfiles(Collection<AbstractSolrSearchProfileModel> value)
Generated method - Setter of
SolrBoostRule.solrSearchProfiles attribute defined at extension commercesearch. |
| Constructor and Description |
|---|
SolrBoostRuleModel(int _boostFactor,
ItemModel _owner,
String _propertyValue,
SolrIndexedPropertyModel _solrIndexedProperty,
Collection<AbstractSolrSearchProfileModel> _solrSearchProfiles)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SolrBoostRuleModel(int _boostFactor,
String _propertyValue,
SolrIndexedPropertyModel _solrIndexedProperty,
Collection<AbstractSolrSearchProfileModel> _solrSearchProfiles)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SolrFacetReconfigurationModel(SolrIndexedPropertyModel _facet,
Collection<AbstractSolrSearchProfileModel> _solrSearchProfiles)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SolrFacetReconfigurationModel(SolrIndexedPropertyModel _facet,
ItemModel _owner,
Collection<AbstractSolrSearchProfileModel> _solrSearchProfiles)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
AbstractSolrSearchProfileModel |
AbstractSolrSearchProfileResource.getAbstractSolrSearchProfileModel()
Convenience method which just delegates to
#getResourceValue() |
protected AbstractSolrSearchProfileModel |
AbstractSolrSearchProfileResource.readResource(String resourceId)
Gets the
AbstractSolrSearchProfileModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AbstractSolrSearchProfileModel> |
AbstractSolrSearchProfilesResource.getAbstractSolrSearchProfilesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSolrSearchProfileResource.setAbstractSolrSearchProfileModel(AbstractSolrSearchProfileModel value)
Convenience method which just delegates to
#setResourceValue(AbstractSolrSearchProfileModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSolrSearchProfilesResource.setAbstractSolrSearchProfilesCollection(Collection<AbstractSolrSearchProfileModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
AbstractSolrSearchProfileModel |
BoostService.getBoostProfileForCategoryAndIndexedType(IndexedType indexedType,
CategoryModel categoryModel,
FacetSearchConfig facetSearchConfig)
Searches and returns a Solr Search Profile Model which exactly matches or is the nearest to a given category,
indexedType and facetSearchConfig.
|
AbstractSolrSearchProfileModel |
BoostService.getProfileForCategoryAndIndexedType(IndexedType indexedType,
CategoryModel categoryModel,
FacetSearchConfig facetSearchConfig)
Searches and returns a Solr Search Profile Model which exactly matches the given category, indexedType and
facetSearchConfig.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractSolrSearchProfileModel |
DefaultBoostService.getBoostProfileForCategoryAndIndexedType(IndexedType indexedType,
CategoryModel categoryModel,
FacetSearchConfig facetSearchConfig) |
AbstractSolrSearchProfileModel |
DefaultBoostService.getProfileForCategoryAndIndexedType(IndexedType indexedType,
CategoryModel categoryModel,
FacetSearchConfig facetSearchConfig) |
protected AbstractSolrSearchProfileModel |
DefaultBoostService.getSearchProfile(IndexedType indexedType,
SolrFacetSearchConfigModel facetSearchConfig,
String categoryCode) |
| Modifier and Type | Method and Description |
|---|---|
protected SolrBoostRuleModel |
DefaultBoostService.createBoostRule(AbstractSolrSearchProfileModel searchProfile,
SolrFacetSearchConfigModel facetSearchConfig,
BoostRuleData boostRuleData) |
| Modifier and Type | Method and Description |
|---|---|
SolrFacetReconfigurationModel |
FacetReconfigurationService.createReconfiguration(SolrFacetReconfigurationModel facetReconfigurationModel,
AbstractSolrSearchProfileModel searchProfile)
This method creates a new SolrFacetReconfigurationModel based on the given SolrFacetReconfigurationModel.
|
SolrFacetReconfigurationModel |
FacetReconfigurationService.createReconfiguration(SolrIndexedPropertyModel indexedPropertyModel,
AbstractSolrSearchProfileModel searchProfile)
This method creates a new SolrFacetReconfigurationModel based on the given SolrIndexedPropertyModel.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultFacetReconfigurationService.applyAllReconfigurations(IndexedType indexedType,
AbstractSolrSearchProfileModel profile) |
protected void |
DefaultFacetReconfigurationService.applyAllReconfigurations(SearchQuery searchQuery,
AbstractSolrSearchProfileModel profile) |
SolrFacetReconfigurationModel |
DefaultFacetReconfigurationService.createReconfiguration(SolrFacetReconfigurationModel originalFacetReconfigurationModel,
AbstractSolrSearchProfileModel searchProfile) |
SolrFacetReconfigurationModel |
DefaultFacetReconfigurationService.createReconfiguration(SolrIndexedPropertyModel indexedPropertyModel,
AbstractSolrSearchProfileModel searchProfile) |
| Modifier and Type | Method and Description |
|---|---|
AbstractSolrSearchProfileModel |
FacetAdminHelper.createMissingReconfigurations(AbstractSolrSearchProfileModel solrSearchProfile) |
| Modifier and Type | Method and Description |
|---|---|
AbstractSolrSearchProfileModel |
FacetAdminHelper.createMissingReconfigurations(AbstractSolrSearchProfileModel solrSearchProfile) |
List<SolrFacetReconfigurationModel> |
FacetAdminHelper.createNewReconfigurationsForVisibleFacets(Collection<SolrFacetReconfigurationModel> solrFacetReconfigurations,
AbstractSolrSearchProfileModel searchProfile) |
| Modifier and Type | Method and Description |
|---|---|
AbstractSolrSearchProfileModel |
DefaultFacetAdminHelper.createMissingReconfigurations(AbstractSolrSearchProfileModel solrSearchProfile) |
| Modifier and Type | Method and Description |
|---|---|
AbstractSolrSearchProfileModel |
DefaultFacetAdminHelper.createMissingReconfigurations(AbstractSolrSearchProfileModel solrSearchProfile) |
List<SolrFacetReconfigurationModel> |
DefaultFacetAdminHelper.createNewReconfigurationsForVisibleFacets(Collection<SolrFacetReconfigurationModel> solrFacetReconfigurations,
AbstractSolrSearchProfileModel searchProfile) |
| Modifier and Type | Method and Description |
|---|---|
AbstractSolrSearchProfileModel |
CategorySearchProfileService.getEffectiveSolrFacetReconfigSearchProfile(CategoryModel categoryModel,
SolrIndexedTypeModel indexedType)
This method returns the effective solr search profile which contains facet reconfigurations.
|
AbstractSolrSearchProfileModel |
CategorySearchProfileFacade.getEffectiveSolrSearchProfile(String categoryCode)
Returns matching or nearest match search profile with facet reconfiguration rules (else global profile if that
exists)
|
AbstractSolrSearchProfileModel |
CategorySearchProfileService.getFacetSearchProfileForCategoryAndIndexedType(IndexedType indexedType,
CategoryModel categoryModel,
FacetSearchConfig facetSearchConfig)
Returns the nearest match search profile that contains facet reconfiguration rules.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractSolrSearchProfileModel |
DefaultCategorySearchProfileService.getEffectiveSolrFacetReconfigSearchProfile(CategoryModel categoryModel,
SolrIndexedTypeModel solrIndexedTypeModel) |
AbstractSolrSearchProfileModel |
DefaultCategorySearchProfileFacade.getEffectiveSolrSearchProfile(String categoryCode)
Return matching or nearest match search profile with facet reconfiguration rules (else global profile if that
exists)
|
AbstractSolrSearchProfileModel |
DefaultCategorySearchProfileService.getFacetSearchProfileForCategoryAndIndexedType(IndexedType indexedType,
CategoryModel categoryModel,
FacetSearchConfig facetSearchConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultCategorySearchProfileFacade.copyReconfigurationsFromParentSearchProfile(AbstractSolrSearchProfileModel newSearchProfile,
AbstractSolrSearchProfileModel effectiveSolrSearchProfile) |
protected boolean |
DefaultCategorySearchProfileFacade.isFacetReconfigurationSolrSearchProfile(AbstractSolrSearchProfileModel effectiveSolrSearchProfile) |
protected boolean |
DefaultCategorySearchProfileFacade.isGlobalSolrSearchProfile(AbstractSolrSearchProfileModel effectiveSolrSearchProfile) |
protected boolean |
DefaultCategorySearchProfileFacade.noSearchProfileFound(AbstractSolrSearchProfileModel effectiveSolrSearchProfile) |
Copyright © 2017 SAP SE. All Rights Reserved.