Uses of Interface
de.hybris.platform.searchservices.indexer.service.SnIndexerValueProvider
-
-
Uses of SnIndexerValueProvider in com.hybris.backoffice.searchservices.providers.impl
Classes in com.hybris.backoffice.searchservices.providers.impl that implement SnIndexerValueProvider Modifier and Type Class Description classAbstractProductSnIndexerValueProvider<T extends ItemModel,D>Base implementation ofSnIndexerValueProviderfor products.protected static classAbstractProductSnIndexerValueProviderTest.TestAbstractProductSnIndexerValueProviderclassBooleanSnIndexerValueProviderImplementation ofSnIndexerValueProviderfor boolean attributes.classCategoryCodeWithCatalogVersionMappingSnIndexerValueProviderImplementation ofSnIndexerValueProviderfor label attributes.classClassificationSnIndexerValueProviderImplementation ofSnIndexerValueProviderfor classification attributes.classDataQualitySnIndexerValueProviderProvides list of FieldValue for data quality for given domainGroupId for product.classDateSnIndexerValueProviderImplementation ofSnIndexerValueProviderfor date attributes.classItemModelLabelSnIndexerValueProviderclassProductAttributeSnIndexerValueProviderImplementation ofSnIndexerValueProviderfor product attributes.classProductClassificationAttributeFormatSnIndexerValueProviderImplementation ofSnIndexerValueProviderfor product attributes.classVariantAwareCategorySnIndexerValueProviderImplementation ofSnIndexerValueProviderfor product category attributes. -
Uses of SnIndexerValueProvider in de.hybris.platform.commerceservices.search.searchservices.provider.impl
-
Uses of SnIndexerValueProvider in de.hybris.platform.searchservices.indexer.service.impl
Classes in de.hybris.platform.searchservices.indexer.service.impl that implement SnIndexerValueProvider Modifier and Type Class Description classAbstractSnIndexerValueProvider<T extends ItemModel,D>Base class for value providers.classCatalogVersionSnIndexerValueProviderDefault implementation forSnIndexerValueProviderfor model attributes.classDocumentsResourceSnIndexerValueProviderImplementation forSnIndexerValueProviderthat can extract values from a documents resource.classModelAttributeSnIndexerValueProviderDefault implementation forSnIndexerValueProviderfor model attributes.Methods in de.hybris.platform.searchservices.indexer.service.impl that return SnIndexerValueProvider Modifier and Type Method Description protected SnIndexerValueProvider<ItemModel>DefaultSnIndexerBatchStrategy. createValueProvider(java.lang.String valueProviderId)SnIndexerValueProvider<ItemModel>DefaultSnIndexerBatchStrategy.ValueProviderWrapper. getValueProvider()Constructors in de.hybris.platform.searchservices.indexer.service.impl with parameters of type SnIndexerValueProvider Constructor Description ValueProviderWrapper(SnIndexerValueProvider<ItemModel> valueProvider)
-