Uses of Class
de.hybris.platform.searchservices.document.data.SnDocument
-
-
Uses of SnDocument in de.hybris.platform.searchprovidercssearchservices.spi.service.impl
Methods in de.hybris.platform.searchprovidercssearchservices.spi.service.impl with parameters of type SnDocument Modifier and Type Method Description protected DocumentDTOCSSearchSnSearchProvider. convertDocument(SnDocument source) -
Uses of SnDocument in de.hybris.platform.searchservices.document.data
Methods in de.hybris.platform.searchservices.document.data that return SnDocument Modifier and Type Method Description SnDocumentSnDocumentBatchOperationRequest. getDocument()Methods in de.hybris.platform.searchservices.document.data with parameters of type SnDocument Modifier and Type Method Description voidSnDocumentBatchOperationRequest. 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 SnDocument Modifier and Type Method Description voidSnIndexerValueProvider. provide(SnIndexerContext indexerContext, java.util.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 SnDocument Modifier and Type Method Description protected java.util.Map<java.lang.String,SnDocument>DocumentsResourceSnIndexerValueProvider. doLoadResource(java.lang.String resource)protected java.util.Optional<SnDocument>DocumentsResourceSnIndexerValueProvider. extractDocument(java.util.Map<java.lang.String,SnDocument> documents, SnDocument target)protected java.util.Map<java.lang.String,SnDocument>DocumentsResourceSnIndexerValueProvider. loadResource(SnIndexerFieldWrapper fieldWrapper)Methods in de.hybris.platform.searchservices.indexer.service.impl with parameters of type SnDocument Modifier and Type Method Description protected java.util.Optional<SnDocument>DocumentsResourceSnIndexerValueProvider. extractDocument(java.util.Map<java.lang.String,SnDocument> documents, SnDocument target)protected java.lang.ObjectDocumentsResourceSnIndexerValueProvider. extractDocumentValue(SnDocument document, SnIndexerFieldWrapper fieldWrapper)voidAbstractSnIndexerValueProvider. provide(SnIndexerContext indexerContext, java.util.Collection<SnIndexerFieldWrapper> fieldWrappers, T source, SnDocument target)voidDocumentsResourceSnIndexerValueProvider. provide(SnIndexerContext indexerContext, java.util.Collection<SnIndexerFieldWrapper> fieldWrappers, ItemModel source, SnDocument target)Method parameters in de.hybris.platform.searchservices.indexer.service.impl with type arguments of type SnDocument Modifier and Type Method Description protected java.util.Optional<SnDocument>DocumentsResourceSnIndexerValueProvider. extractDocument(java.util.Map<java.lang.String,SnDocument> documents, SnDocument target)
-