Interface SolrDocumentFactory
-
- All Known Implementing Classes:
BackofficeSolrDocumentFactory,DefaultSolrDocumentFactory
@Deprecated(since="1808") public interface SolrDocumentFactoryDeprecated.Since 1808, functionality is moved toIndexer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description org.apache.solr.common.SolrInputDocumentcreateInputDocument(ItemModel item, IndexConfig indexConfig, IndexedType indexedType)Deprecated.Converts fromItemModeltoSolrInputDocument.org.apache.solr.common.SolrInputDocumentcreateInputDocument(ItemModel item, IndexConfig indexConfig, IndexedType indexedType, java.util.Collection<IndexedProperty> indexedProperties)Deprecated.Converts fromItemModeltoSolrInputDocument(for partial updates).
-
-
-
Method Detail
-
createInputDocument
org.apache.solr.common.SolrInputDocument createInputDocument(ItemModel item, IndexConfig indexConfig, IndexedType indexedType) throws FieldValueProviderException
Deprecated.Converts fromItemModeltoSolrInputDocument.- Throws:
FieldValueProviderException- thrown in case of problem during properties translation
-
createInputDocument
org.apache.solr.common.SolrInputDocument createInputDocument(ItemModel item, IndexConfig indexConfig, IndexedType indexedType, java.util.Collection<IndexedProperty> indexedProperties) throws FieldValueProviderException
Deprecated.Converts fromItemModeltoSolrInputDocument(for partial updates).- Throws:
FieldValueProviderException- thrown in case of problem during properties translation
-
-