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