| Modifier and Type | Method and Description |
|---|---|
protected List<SolrIndexedPropertyModel> |
BoostWizardController.getSolrIndexedPropertyModelList() |
| Modifier and Type | Method and Description |
|---|---|
SolrIndexedPropertyModel |
AbstractSolrFacetVisibilityRuleModel.getFacet()
Generated method - Getter of the
AbstractSolrFacetVisibilityRule.facet attribute defined at extension commercesearch. |
SolrIndexedPropertyModel |
SolrFacetReconfigurationModel.getFacet()
Generated method - Getter of the
SolrFacetReconfiguration.facet attribute defined at extension commercesearch. |
SolrIndexedPropertyModel |
OtherFacetValueCountSolrFacetVisibilityRuleModel.getOtherFacet()
Generated method - Getter of the
OtherFacetValueCountSolrFacetVisibilityRule.otherFacet attribute defined at extension commercesearch. |
SolrIndexedPropertyModel |
SolrBoostRuleModel.getSolrIndexedProperty()
Generated method - Getter of the
SolrBoostRule.solrIndexedProperty attribute defined at extension commercesearch. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSolrFacetVisibilityRuleModel.setFacet(SolrIndexedPropertyModel value)
Generated method - Setter of
AbstractSolrFacetVisibilityRule.facet attribute defined at extension commercesearch. |
void |
SolrFacetReconfigurationModel.setFacet(SolrIndexedPropertyModel value)
Generated method - Setter of
SolrFacetReconfiguration.facet attribute defined at extension commercesearch. |
void |
OtherFacetValueCountSolrFacetVisibilityRuleModel.setOtherFacet(SolrIndexedPropertyModel value)
Generated method - Setter of
OtherFacetValueCountSolrFacetVisibilityRule.otherFacet attribute defined at extension commercesearch. |
void |
SolrBoostRuleModel.setSolrIndexedProperty(SolrIndexedPropertyModel value)
Generated method - Setter of
SolrBoostRule.solrIndexedProperty attribute defined at extension commercesearch. |
| Constructor and Description |
|---|
AbstractSolrFacetVisibilityRuleModel(String _code,
SolrIndexedPropertyModel _facet)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AbstractSolrFacetVisibilityRuleModel(String _code,
SolrIndexedPropertyModel _facet,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CategorySelectedSolrFacetVisibilityRuleModel(Collection<CategoryModel> _categories,
String _code,
SolrIndexedPropertyModel _facet)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CategorySelectedSolrFacetVisibilityRuleModel(Collection<CategoryModel> _categories,
String _code,
SolrIndexedPropertyModel _facet,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
FacetValueCountSolrFacetVisibilityRuleModel(String _code,
Integer _count,
SolrIndexedPropertyModel _facet)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
FacetValueCountSolrFacetVisibilityRuleModel(String _code,
Integer _count,
SolrIndexedPropertyModel _facet,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
OtherFacetValueCountSolrFacetVisibilityRuleModel(String _code,
Integer _count,
SolrIndexedPropertyModel _facet,
SolrIndexedPropertyModel _otherFacet)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
OtherFacetValueCountSolrFacetVisibilityRuleModel(String _code,
Integer _count,
SolrIndexedPropertyModel _facet,
SolrIndexedPropertyModel _otherFacet,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
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
|
ValueCoverageSolrFacetVisibilityRuleModel(String _code,
Integer _coveragePercentage,
SolrIndexedPropertyModel _facet)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ValueCoverageSolrFacetVisibilityRuleModel(String _code,
Integer _coveragePercentage,
SolrIndexedPropertyModel _facet,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
protected SolrIndexedPropertyModel |
DefaultBoostService.extractSolrIndexedProperty(SolrFacetSearchConfigModel facetSearchConfig,
String propertyName) |
protected SolrIndexedPropertyModel |
DefaultBoostService.findIndexedProperty(String propertyName,
List<SolrIndexedPropertyModel> indexedProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected SolrIndexedPropertyModel |
DefaultBoostService.findIndexedProperty(String propertyName,
List<SolrIndexedPropertyModel> indexedProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
BoostRuleValidator.hasRange(SolrIndexedPropertyModel solrIndexedProperty) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexedPropertyBoostRulesPopulator.populate(SolrIndexedPropertyModel source,
IndexedProperty target) |
| Modifier and Type | Method and Description |
|---|---|
SolrIndexedPropertyModel |
FacetDao.findFacetsByCode(String facetCode)
Find visible facets for given code and current SolrIndexedType.
|
| Modifier and Type | Method and Description |
|---|---|
List<SolrIndexedPropertyModel> |
FacetDao.findAllFacets()
Find all facets for current
SolrIndexedTypeModel. |
List<SolrIndexedPropertyModel> |
FacetDao.findVisibleFacets()
Find visible facets for current
SolrIndexedTypeModel. |
| Modifier and Type | Method and Description |
|---|---|
SolrIndexedPropertyModel |
DefaultFacetDao.findFacetsByCode(String facetCode) |
| Modifier and Type | Method and Description |
|---|---|
List<SolrIndexedPropertyModel> |
DefaultFacetDao.findAllFacets() |
List<SolrIndexedPropertyModel> |
DefaultFacetDao.findVisibleFacets() |
| Modifier and Type | Method and Description |
|---|---|
SolrFacetReconfigurationModel |
FacetReconfigurationService.createReconfiguration(SolrIndexedPropertyModel indexedPropertyModel,
AbstractSolrSearchProfileModel searchProfile)
This method creates a new SolrFacetReconfigurationModel based on the given SolrIndexedPropertyModel.
|
| Modifier and Type | Method and Description |
|---|---|
SolrFacetReconfigurationModel |
DefaultFacetReconfigurationService.createReconfiguration(SolrIndexedPropertyModel indexedPropertyModel,
AbstractSolrSearchProfileModel searchProfile) |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrIndexedPropertyModelPopulator.populate(SolrIndexedPropertyModel solrIndexedPropertyModel,
SolrFacetReconfigurationModel solrFacetReconfigurationModel) |
| Modifier and Type | Method and Description |
|---|---|
protected List<SolrIndexedPropertyModel> |
DefaultFacetAdminHelper.excludeFacetsWithReconfiguration(List<SolrIndexedPropertyModel> facets,
Collection<SolrFacetReconfigurationModel> solrFacetReconfigurations) |
| Modifier and Type | Method and Description |
|---|---|
protected List<SolrIndexedPropertyModel> |
DefaultFacetAdminHelper.excludeFacetsWithReconfiguration(List<SolrIndexedPropertyModel> facets,
Collection<SolrFacetReconfigurationModel> solrFacetReconfigurations) |
| Modifier and Type | Method and Description |
|---|---|
protected IndexedProperty |
OtherFacetValueCountFacetVisibilityRulePlugin.getIndexedPropertyForFacet(IndexedType sourceIndexedType,
SolrIndexedPropertyModel facet) |
| Modifier and Type | Method and Description |
|---|---|
protected List<AbstractSolrFacetVisibilityRuleData> |
IndexedPropertyRulesPopulator.convertFacetVisibilityRules(SolrIndexedPropertyModel source)
Converts facet visibility rules from source
getFacetVisibilityRules() using
installed converters. |
void |
IndexedPropertyRulesPopulator.populate(SolrIndexedPropertyModel source,
IndexedProperty target) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
AbstractYSolrService.checkIfIndexPropertyQualifies(SolrIndexedPropertyModel indexedProperty) |
protected void |
AbstractYSolrService.filterQualifyingIndexProperties(Collection<String> fields,
LanguageModel language,
SolrIndexedPropertyModel prop) |
protected String |
AbstractYSolrService.resolveIndexedPropertyFieldName(SolrIndexedPropertyModel indexedProperty,
LanguageModel language) |
| Modifier and Type | Method and Description |
|---|---|
SolrIndexedPropertyModel |
OtherFacetValueCountSolrFacetVisibilityRuleData.getOtherFacet() |
| Modifier and Type | Method and Description |
|---|---|
void |
OtherFacetValueCountSolrFacetVisibilityRuleData.setOtherFacet(SolrIndexedPropertyModel otherFacet) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,ValueRangeSet> |
DefaultIndexedPropertyPopulator.convertRangeSet(SolrIndexedPropertyModel source) |
protected IndexedProperty |
DefaultIndexedTypePopulator.getIndexedPropertyFromItem(SolrIndexedPropertyModel property) |
void |
DefaultIndexedPropertyPopulator.populate(SolrIndexedPropertyModel source,
IndexedProperty target) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSearchConfigPopulator.setIndexedPropertyConverter(Converter<SolrIndexedPropertyModel,IndexedProperty> indexedPropertyConverter) |
void |
DefaultIndexedTypePopulator.setIndexedPropertyConverter(Converter<SolrIndexedPropertyModel,IndexedProperty> indexedPropertyConverter) |
void |
DefaultSearchQueryTemplatePopulator.setIndexedPropertyConverter(Converter<SolrIndexedPropertyModel,IndexedProperty> indexedPropertyConverter) |
| Modifier and Type | Method and Description |
|---|---|
SolrIndexedPropertyModel |
SolrSearchQueryTemplateModel.getGroupProperty()
Generated method - Getter of the
SolrSearchQueryTemplate.groupProperty attribute defined at extension solrfacetsearch. |
SolrIndexedPropertyModel |
SolrSearchQueryPropertyModel.getIndexedProperty()
Generated method - Getter of the
SolrSearchQueryProperty.indexedProperty attribute defined at extension solrfacetsearch. |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrSearchQueryTemplateModel.setGroupProperty(SolrIndexedPropertyModel value)
Generated method - Setter of
SolrSearchQueryTemplate.groupProperty attribute defined at extension solrfacetsearch. |
void |
SolrSearchQueryPropertyModel.setIndexedProperty(SolrIndexedPropertyModel value)
Generated method - Initial setter of
SolrSearchQueryProperty.indexedProperty attribute defined at extension solrfacetsearch. |
| Constructor and Description |
|---|
SolrSearchQueryPropertyModel(SolrIndexedPropertyModel _indexedProperty,
ItemModel _owner,
SolrSearchQueryTemplateModel _searchQueryTemplate)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SolrSearchQueryPropertyModel(SolrIndexedPropertyModel _indexedProperty,
SolrSearchQueryTemplateModel _searchQueryTemplate)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
SolrIndexedPropertyModel |
SolrSearchConfigModel.getGroupingProperty()
Generated method - Getter of the
SolrSearchConfig.groupingProperty attribute defined at extension solrfacetsearch. |
| Modifier and Type | Method and Description |
|---|---|
List<SolrIndexedPropertyModel> |
SolrValueRangeSetModel.getIndexedProperties()
Generated method - Getter of the
SolrValueRangeSet.indexedProperties attribute defined at extension solrfacetsearch. |
List<SolrIndexedPropertyModel> |
SolrIndexedTypeModel.getSolrIndexedProperties()
Generated method - Getter of the
SolrIndexedType.solrIndexedProperties attribute defined at extension solrfacetsearch. |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrSearchConfigModel.setGroupingProperty(SolrIndexedPropertyModel value)
Generated method - Setter of
SolrSearchConfig.groupingProperty attribute defined at extension solrfacetsearch. |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrValueRangeSetModel.setIndexedProperties(List<SolrIndexedPropertyModel> value)
Generated method - Setter of
SolrValueRangeSet.indexedProperties attribute defined at extension solrfacetsearch. |
void |
SolrIndexedTypeModel.setSolrIndexedProperties(List<SolrIndexedPropertyModel> value)
Generated method - Setter of
SolrIndexedType.solrIndexedProperties attribute defined at extension solrfacetsearch. |
| Modifier and Type | Method and Description |
|---|---|
String |
FieldNameProvider.getFieldName(SolrIndexedPropertyModel prop,
String qualifier,
FieldNameProvider.FieldType fieldType)
Returns field name for a given property, qualifier and FieldType.
|
| Modifier and Type | Method and Description |
|---|---|
Converter<SolrIndexedPropertyModel,IndexedProperty> |
DefaultFieldNameProvider.getIndexedPropertyConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultFieldNameProvider.getFieldName(SolrIndexedPropertyModel prop,
String qualifier,
FieldNameProvider.FieldType fieldType) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultFieldNameProvider.setIndexedPropertyConverter(Converter<SolrIndexedPropertyModel,IndexedProperty> indexedPropertyConverter) |
| Modifier and Type | Method and Description |
|---|---|
SolrIndexedPropertyModel |
SolrIndexedPropertyResource.getSolrIndexedPropertyModel()
Convenience method which just delegates to
#getResourceValue() |
protected SolrIndexedPropertyModel |
SolrIndexedPropertyResource.readResource(String resourceId)
Gets the
SolrIndexedPropertyModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<SolrIndexedPropertyModel> |
SolrIndexedPropertiesResource.getSolrIndexedPropertiesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrIndexedPropertyResource.setSolrIndexedPropertyModel(SolrIndexedPropertyModel value)
Convenience method which just delegates to
#setResourceValue(SolrIndexedPropertyModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrIndexedPropertiesResource.setSolrIndexedPropertiesCollection(Collection<SolrIndexedPropertyModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultSolrAutoSuggestService.checkIfIndexPropertyQualifies(SolrIndexedPropertyModel indexedProperty) |
Copyright © 2017 SAP SE. All Rights Reserved.