| 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 |
|---|---|
java.util.Collection<AbstractSolrSearchProfileModel> |
SolrBoostRuleModel.getSolrSearchProfiles()
Generated method - Getter of the
SolrBoostRule.solrSearchProfiles attribute defined at extension commercesearch. |
java.util.Collection<AbstractSolrSearchProfileModel> |
SolrFacetReconfigurationModel.getSolrSearchProfiles()
Generated method - Getter of the
SolrFacetReconfiguration.solrSearchProfiles attribute defined at extension commercesearch. |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrBoostRuleModel.setSolrSearchProfiles(java.util.Collection<AbstractSolrSearchProfileModel> value)
Generated method - Setter of
SolrBoostRule.solrSearchProfiles attribute defined at extension commercesearch. |
void |
SolrFacetReconfigurationModel.setSolrSearchProfiles(java.util.Collection<AbstractSolrSearchProfileModel> value)
Generated method - Setter of
SolrFacetReconfiguration.solrSearchProfiles attribute defined at extension commercesearch. |
| Constructor and Description |
|---|
SolrBoostRuleModel(int _boostFactor,
ItemModel _owner,
java.lang.String _propertyValue,
SolrIndexedPropertyModel _solrIndexedProperty,
java.util.Collection<AbstractSolrSearchProfileModel> _solrSearchProfiles)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SolrBoostRuleModel(int _boostFactor,
java.lang.String _propertyValue,
SolrIndexedPropertyModel _solrIndexedProperty,
java.util.Collection<AbstractSolrSearchProfileModel> _solrSearchProfiles)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SolrFacetReconfigurationModel(SolrIndexedPropertyModel _facet,
java.util.Collection<AbstractSolrSearchProfileModel> _solrSearchProfiles)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SolrFacetReconfigurationModel(SolrIndexedPropertyModel _facet,
ItemModel _owner,
java.util.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
AbstractResource.getResourceValue() |
protected AbstractSolrSearchProfileModel |
AbstractSolrSearchProfileResource.readResource(java.lang.String resourceId)
Gets the
AbstractSolrSearchProfileModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AbstractSolrSearchProfileModel> |
AbstractSolrSearchProfilesResource.getAbstractSolrSearchProfilesCollection()
Convenience method which just delegates to
AbstractResource.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(java.util.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,
java.lang.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) |
java.util.List<SolrFacetReconfigurationModel> |
FacetAdminHelper.createNewReconfigurationsForVisibleFacets(java.util.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) |
java.util.List<SolrFacetReconfigurationModel> |
DefaultFacetAdminHelper.createNewReconfigurationsForVisibleFacets(java.util.Collection<SolrFacetReconfigurationModel> solrFacetReconfigurations,
AbstractSolrSearchProfileModel searchProfile) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
AbstractSolrSearchProfileDynamicDescription.get(AbstractSolrSearchProfileModel model) |
void |
AbstractSolrSearchProfileDynamicDescription.set(AbstractSolrSearchProfileModel model,
java.lang.String value) |
| 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(java.lang.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(java.lang.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 © 2018 SAP SE. All Rights Reserved.