public interface SolrDocumentFactory
| Modifier and Type | Method and Description |
|---|---|
SolrInputDocument |
createInputDocument(ItemModel item,
IndexConfig indexConfig,
IndexedType indexedType)
Converts from
ItemModel to SolrInputDocument. |
SolrInputDocument |
createInputDocument(ItemModel item,
IndexConfig indexConfig,
IndexedType indexedType,
Collection<IndexedProperty> indexedProperties)
Converts from
ItemModel to SolrInputDocument (for partial updates). |
SolrInputDocument createInputDocument(ItemModel item, IndexConfig indexConfig, IndexedType indexedType) throws FieldValueProviderException
ItemModel to SolrInputDocument.FieldValueProviderException - thrown in case of problem durign properties translationSolrInputDocument createInputDocument(ItemModel item, IndexConfig indexConfig, IndexedType indexedType, Collection<IndexedProperty> indexedProperties) throws FieldValueProviderException
ItemModel to SolrInputDocument (for partial updates).FieldValueProviderException - thrown in case of problem during properties translationCopyright © 2017 SAP SE. All Rights Reserved.