Uses of Class
de.hybris.platform.solrfacetsearch.model.config.SolrIndexedPropertyModel
Packages that use SolrIndexedPropertyModel
Package
Description
Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo package.
Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo.config package.
-
Uses of SolrIndexedPropertyModel in de.hybris.platform.solrfacetsearch.model
Methods in de.hybris.platform.solrfacetsearch.model that return SolrIndexedPropertyModelModifier and TypeMethodDescriptionSolrSearchQueryTemplateModel.getGroupProperty()Generated method - Getter of theSolrSearchQueryTemplate.groupPropertyattribute defined at extensionsolrfacetsearch.SolrSearchQueryPropertyModel.getIndexedProperty()Generated method - Getter of theSolrSearchQueryProperty.indexedPropertyattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model with parameters of type SolrIndexedPropertyModelModifier and TypeMethodDescriptionvoidSolrSearchQueryTemplateModel.setGroupProperty(SolrIndexedPropertyModel value) Generated method - Setter ofSolrSearchQueryTemplate.groupPropertyattribute defined at extensionsolrfacetsearch.voidSolrSearchQueryPropertyModel.setIndexedProperty(SolrIndexedPropertyModel value) Generated method - Initial setter ofSolrSearchQueryProperty.indexedPropertyattribute defined at extensionsolrfacetsearch.Constructors in de.hybris.platform.solrfacetsearch.model with parameters of type SolrIndexedPropertyModelModifierConstructorDescriptionSolrSearchQueryPropertyModel(SolrIndexedPropertyModel _indexedProperty, ItemModel _owner, SolrSearchQueryTemplateModel _searchQueryTemplate) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrSearchQueryPropertyModel(SolrIndexedPropertyModel _indexedProperty, SolrSearchQueryTemplateModel _searchQueryTemplate) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of SolrIndexedPropertyModel in de.hybris.platform.solrfacetsearch.model.config
Methods in de.hybris.platform.solrfacetsearch.model.config that return SolrIndexedPropertyModelModifier and TypeMethodDescriptionSolrSearchConfigModel.getGroupingProperty()Generated method - Getter of theSolrSearchConfig.groupingPropertyattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model.config that return types with arguments of type SolrIndexedPropertyModelModifier and TypeMethodDescriptionSolrValueRangeSetModel.getIndexedProperties()Generated method - Getter of theSolrValueRangeSet.indexedPropertiesattribute defined at extensionsolrfacetsearch.SolrIndexedTypeModel.getSolrIndexedProperties()Generated method - Getter of theSolrIndexedType.solrIndexedPropertiesattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model.config with parameters of type SolrIndexedPropertyModelModifier and TypeMethodDescriptionvoidSolrSearchConfigModel.setGroupingProperty(SolrIndexedPropertyModel value) Generated method - Setter ofSolrSearchConfig.groupingPropertyattribute defined at extensionsolrfacetsearch.Method parameters in de.hybris.platform.solrfacetsearch.model.config with type arguments of type SolrIndexedPropertyModelModifier and TypeMethodDescriptionvoidSolrValueRangeSetModel.setIndexedProperties(List<SolrIndexedPropertyModel> value) Generated method - Setter ofSolrValueRangeSet.indexedPropertiesattribute defined at extensionsolrfacetsearch.voidSolrIndexedTypeModel.setSolrIndexedProperties(List<SolrIndexedPropertyModel> value) Generated method - Setter ofSolrIndexedType.solrIndexedPropertiesattribute defined at extensionsolrfacetsearch.