Uses of Class
de.hybris.platform.searchservices.document.data.SnDocument
Packages that use SnDocument
Package
Description
-
Uses of SnDocument in de.hybris.platform.searchprovidercssearchservices.spi.service.impl
Methods in de.hybris.platform.searchprovidercssearchservices.spi.service.impl with parameters of type SnDocumentModifier and TypeMethodDescriptionprotected DocumentDTOCSSearchSnSearchProvider.convertDocument(SnDocument source) -
Uses of SnDocument in de.hybris.platform.searchservices.document.data
Methods in de.hybris.platform.searchservices.document.data that return SnDocumentMethods in de.hybris.platform.searchservices.document.data with parameters of type SnDocumentModifier and TypeMethodDescriptionvoidSnDocumentBatchOperationRequest.setDocument(SnDocument document) -
Uses of SnDocument in de.hybris.platform.searchservices.indexer.service
Methods in de.hybris.platform.searchservices.indexer.service with parameters of type SnDocumentModifier and TypeMethodDescriptionvoidSnIndexerValueProvider.provide(SnIndexerContext indexerContext, Collection<SnIndexerFieldWrapper> fieldWrappers, T source, SnDocument target) Populates the document with values to be indexed. -
Uses of SnDocument in de.hybris.platform.searchservices.indexer.service.impl
Methods in de.hybris.platform.searchservices.indexer.service.impl that return types with arguments of type SnDocumentModifier and TypeMethodDescriptionprotected Map<String,SnDocument> DocumentsResourceSnIndexerValueProvider.doLoadResource(String resource) protected Optional<SnDocument>DocumentsResourceSnIndexerValueProvider.extractDocument(Map<String, SnDocument> documents, SnDocument target) protected Map<String,SnDocument> DocumentsResourceSnIndexerValueProvider.loadResource(SnIndexerFieldWrapper fieldWrapper) Methods in de.hybris.platform.searchservices.indexer.service.impl with parameters of type SnDocumentModifier and TypeMethodDescriptionprotected Optional<SnDocument>DocumentsResourceSnIndexerValueProvider.extractDocument(Map<String, SnDocument> documents, SnDocument target) protected ObjectDocumentsResourceSnIndexerValueProvider.extractDocumentValue(SnDocument document, SnIndexerFieldWrapper fieldWrapper) voidAbstractSnIndexerValueProvider.provide(SnIndexerContext indexerContext, Collection<SnIndexerFieldWrapper> fieldWrappers, T source, SnDocument target) voidDocumentsResourceSnIndexerValueProvider.provide(SnIndexerContext indexerContext, Collection<SnIndexerFieldWrapper> fieldWrappers, ItemModel source, SnDocument target) Method parameters in de.hybris.platform.searchservices.indexer.service.impl with type arguments of type SnDocumentModifier and TypeMethodDescriptionprotected Optional<SnDocument>DocumentsResourceSnIndexerValueProvider.extractDocument(Map<String, SnDocument> documents, SnDocument target)