Uses of Class
de.hybris.platform.solrfacetsearch.model.config.SolrIndexedPropertyModel
-
-
Uses of SolrIndexedPropertyModel in com.hybris.backoffice.solrsearch.populators
Methods in com.hybris.backoffice.solrsearch.populators with parameters of type SolrIndexedPropertyModel Modifier and Type Method Description voidBackofficeIndexedPropertyPopulator. populate(SolrIndexedPropertyModel solrIndexedPropertyModel, IndexedProperty indexedProperty) -
Uses of SolrIndexedPropertyModel in com.hybris.merchandising.model
Methods in com.hybris.merchandising.model that return SolrIndexedPropertyModel Modifier and Type Method Description SolrIndexedPropertyModelAbstractMerchPropertyModel. getIndexedProperty()Generated method - Getter of theAbstractMerchProperty.indexedPropertyattribute defined at extensionmerchandisingservices.Methods in com.hybris.merchandising.model with parameters of type SolrIndexedPropertyModel Modifier and Type Method Description voidAbstractMerchPropertyModel. setIndexedProperty(SolrIndexedPropertyModel value)Generated method - Setter ofAbstractMerchProperty.indexedPropertyattribute defined at extensionmerchandisingservices.Constructors in com.hybris.merchandising.model with parameters of type SolrIndexedPropertyModel Constructor Description AbstractMerchPropertyModel(SolrIndexedPropertyModel _indexedProperty)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractMerchPropertyModel(SolrIndexedPropertyModel _indexedProperty, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMerchImagePropertyModel(SolrIndexedPropertyModel _indexedProperty)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMerchImagePropertyModel(SolrIndexedPropertyModel _indexedProperty, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMerchPropertyModel(SolrIndexedPropertyModel _indexedProperty)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersMerchPropertyModel(SolrIndexedPropertyModel _indexedProperty, ItemModel _owner)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.adaptivesearchsolr.strategies.impl
Methods in de.hybris.platform.adaptivesearchsolr.strategies.impl with parameters of type SolrIndexedPropertyModel Modifier and Type Method Description protected AsIndexPropertyDataSolrAsSearchProvider. convertIndexProperty(SolrIndexedPropertyModel source)protected AsExpressionDataSolrAsSearchProvider. convertSortExpression(SolrIndexedPropertyModel source)protected booleanSolrAsSearchProvider. isValidFacetIndexProperty(SolrIndexedPropertyModel indexProperty)protected booleanSolrAsSearchProvider. isValidSortIndexProperty(SolrIndexedPropertyModel indexProperty) -
Uses of SolrIndexedPropertyModel in de.hybris.platform.commerceservices.event
Methods in de.hybris.platform.commerceservices.event that return types with arguments of type SolrIndexedPropertyModel Modifier and Type Method Description protected java.util.Collection<SolrIndexedPropertyModel>MigrateFacetSortAttribute. getIndexedPropertiesForFacetSort(EnumerationValueModel facetSort) -
Uses of SolrIndexedPropertyModel in de.hybris.platform.commerceservices.search.solrfacetsearch.populators
Methods in de.hybris.platform.commerceservices.search.solrfacetsearch.populators with parameters of type SolrIndexedPropertyModel Modifier and Type Method Description voidCommerceIndexedPropertyPopulator. populate(SolrIndexedPropertyModel property, IndexedProperty indexedProperty) -
Uses of SolrIndexedPropertyModel in de.hybris.platform.solrfacetsearch.common
Methods in de.hybris.platform.solrfacetsearch.common with parameters of type SolrIndexedPropertyModel Modifier and Type Method Description protected abstract booleanAbstractYSolrService. checkIfIndexPropertyQualifies(SolrIndexedPropertyModel indexedProperty)protected voidAbstractYSolrService. filterQualifyingIndexProperties(java.util.Collection<java.lang.String> fields, LanguageModel language, SolrIndexedPropertyModel prop)protected java.lang.StringAbstractYSolrService. resolveIndexedPropertyFieldName(SolrIndexedPropertyModel indexedProperty, LanguageModel language) -
Uses of SolrIndexedPropertyModel in de.hybris.platform.solrfacetsearch.converters.populator
Methods in de.hybris.platform.solrfacetsearch.converters.populator with parameters of type SolrIndexedPropertyModel Modifier and Type Method Description protected java.util.Map<java.lang.String,ValueRangeSet>DefaultIndexedPropertyPopulator. convertRangeSet(SolrIndexedPropertyModel source)protected IndexedPropertyDefaultIndexedTypePopulator. getIndexedPropertyFromItem(SolrIndexedPropertyModel property)voidDefaultIndexedPropertyPopulator. populate(SolrIndexedPropertyModel source, IndexedProperty target)Method parameters in de.hybris.platform.solrfacetsearch.converters.populator with type arguments of type SolrIndexedPropertyModel Modifier and Type Method Description voidDefaultIndexedTypePopulator. setIndexedPropertyConverter(Converter<SolrIndexedPropertyModel,IndexedProperty> indexedPropertyConverter)voidDefaultSearchQueryTemplatePopulator. setIndexedPropertyConverter(Converter<SolrIndexedPropertyModel,IndexedProperty> indexedPropertyConverter) -
Uses of SolrIndexedPropertyModel in de.hybris.platform.solrfacetsearch.daos
Methods in de.hybris.platform.solrfacetsearch.daos that return SolrIndexedPropertyModel Modifier and Type Method Description SolrIndexedPropertyModelSolrIndexedPropertyDao. findIndexedPropertyByName(SolrIndexedTypeModel indexedType, java.lang.String name)Finds an indexed property by name.Methods in de.hybris.platform.solrfacetsearch.daos that return types with arguments of type SolrIndexedPropertyModel Modifier and Type Method Description java.util.List<SolrIndexedPropertyModel>SolrIndexedPropertyDao. findIndexedPropertiesByIndexedType(SolrIndexedTypeModel indexedType)Returns all indexed properties for specific indexed type. -
Uses of SolrIndexedPropertyModel in de.hybris.platform.solrfacetsearch.daos.impl
Methods in de.hybris.platform.solrfacetsearch.daos.impl that return SolrIndexedPropertyModel Modifier and Type Method Description SolrIndexedPropertyModelDefaultSolrIndexedPropertyDao. findIndexedPropertyByName(SolrIndexedTypeModel indexedType, java.lang.String name)Methods in de.hybris.platform.solrfacetsearch.daos.impl that return types with arguments of type SolrIndexedPropertyModel Modifier and Type Method Description java.util.List<SolrIndexedPropertyModel>DefaultSolrIndexedPropertyDao. findIndexedPropertiesByIndexedType(SolrIndexedTypeModel indexedType) -
Uses of SolrIndexedPropertyModel in de.hybris.platform.solrfacetsearch.interceptors
Methods in de.hybris.platform.solrfacetsearch.interceptors with parameters of type SolrIndexedPropertyModel Modifier and Type Method Description voidSolrIndexedPropertyValidateInterceptor. onValidate(SolrIndexedPropertyModel model, InterceptorContext interceptorContext) -
Uses of SolrIndexedPropertyModel in de.hybris.platform.solrfacetsearch.model
Methods in de.hybris.platform.solrfacetsearch.model that return SolrIndexedPropertyModel Modifier and Type Method Description SolrIndexedPropertyModelSolrSearchQueryTemplateModel. getGroupProperty()Generated method - Getter of theSolrSearchQueryTemplate.groupPropertyattribute defined at extensionsolrfacetsearch.SolrIndexedPropertyModelSolrSearchQueryPropertyModel. getIndexedProperty()Generated method - Getter of theSolrSearchQueryProperty.indexedPropertyattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model with parameters of type SolrIndexedPropertyModel Modifier and Type Method Description voidSolrSearchQueryTemplateModel. 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 SolrIndexedPropertyModel Constructor Description SolrSearchQueryPropertyModel(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 SolrIndexedPropertyModel Modifier and Type Method Description SolrIndexedPropertyModelSolrSearchConfigModel. 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 SolrIndexedPropertyModel Modifier and Type Method Description java.util.List<SolrIndexedPropertyModel>SolrValueRangeSetModel. getIndexedProperties()Generated method - Getter of theSolrValueRangeSet.indexedPropertiesattribute defined at extensionsolrfacetsearch.java.util.List<SolrIndexedPropertyModel>SolrIndexedTypeModel. getSolrIndexedProperties()Generated method - Getter of theSolrIndexedType.solrIndexedPropertiesattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model.config with parameters of type SolrIndexedPropertyModel Modifier and Type Method Description voidSolrSearchConfigModel. 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 SolrIndexedPropertyModel Modifier and Type Method Description voidSolrValueRangeSetModel. setIndexedProperties(java.util.List<SolrIndexedPropertyModel> value)Generated method - Setter ofSolrValueRangeSet.indexedPropertiesattribute defined at extensionsolrfacetsearch.voidSolrIndexedTypeModel. setSolrIndexedProperties(java.util.List<SolrIndexedPropertyModel> value)Generated method - Setter ofSolrIndexedType.solrIndexedPropertiesattribute defined at extensionsolrfacetsearch. -
Uses of SolrIndexedPropertyModel in de.hybris.platform.solrfacetsearch.provider
Methods in de.hybris.platform.solrfacetsearch.provider with parameters of type SolrIndexedPropertyModel Modifier and Type Method Description java.lang.StringFieldNameProvider. getFieldName(SolrIndexedPropertyModel prop, java.lang.String qualifier, FieldNameProvider.FieldType fieldType)Returns field name for a given property, qualifier and FieldType. -
Uses of SolrIndexedPropertyModel in de.hybris.platform.solrfacetsearch.provider.impl
Methods in de.hybris.platform.solrfacetsearch.provider.impl that return types with arguments of type SolrIndexedPropertyModel Modifier and Type Method Description Converter<SolrIndexedPropertyModel,IndexedProperty>DefaultFieldNameProvider. getIndexedPropertyConverter()Methods in de.hybris.platform.solrfacetsearch.provider.impl with parameters of type SolrIndexedPropertyModel Modifier and Type Method Description java.lang.StringDefaultFieldNameProvider. getFieldName(SolrIndexedPropertyModel prop, java.lang.String qualifier, FieldNameProvider.FieldType fieldType)Method parameters in de.hybris.platform.solrfacetsearch.provider.impl with type arguments of type SolrIndexedPropertyModel Modifier and Type Method Description voidDefaultFieldNameProvider. setIndexedPropertyConverter(Converter<SolrIndexedPropertyModel,IndexedProperty> indexedPropertyConverter) -
Uses of SolrIndexedPropertyModel in de.hybris.platform.solrfacetsearch.suggester.impl
Methods in de.hybris.platform.solrfacetsearch.suggester.impl with parameters of type SolrIndexedPropertyModel Modifier and Type Method Description protected booleanDefaultSolrAutoSuggestService. checkIfIndexPropertyQualifies(SolrIndexedPropertyModel indexedProperty)
-