Class BackofficeSolrDocumentFactory
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.indexer.impl.DefaultSolrDocumentFactory
-
- com.hybris.backoffice.solrsearch.indexer.impl.BackofficeSolrDocumentFactory
-
- All Implemented Interfaces:
SolrDocumentFactory,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanFactoryAware
@Deprecated(since="1808", forRemoval=true) public class BackofficeSolrDocumentFactory extends DefaultSolrDocumentFactoryDeprecated, for removal: This API element is subject to removal in a future version.since 1808, not used anymore
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.solrfacetsearch.indexer.impl.DefaultSolrDocumentFactory
INDEXED_FIELDS_KEY, VALUE_PROVIDERS_KEY
-
-
Constructor Summary
Constructors Constructor Description BackofficeSolrDocumentFactory()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voidaddCommonFields(org.apache.solr.common.SolrInputDocument document, IndexerBatchContext batchContext, ItemModel model)Deprecated, for removal: This API element is subject to removal in a future version.BackofficeFacetSearchConfigServicegetBackofficeFacetSearchConfigService()Deprecated, for removal: This API element is subject to removal in a future version.voidsetBackofficeFacetSearchConfigService(BackofficeFacetSearchConfigService backofficeFacetSearchConfigService)Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class de.hybris.platform.solrfacetsearch.indexer.impl.DefaultSolrDocumentFactory
addIndexedPropertyFields, addIndexedPropertyFieldsForNewApi, addIndexedPropertyFieldsForOldApi, addIndexedTypeFields, addIndexedTypeFieldsForNewApi, addIndexedTypeFieldsForOldApi, createInputDocument, createInputDocument, createWrappedDocument, createWrappedDocumentForPartialUpdates, getBeanFactory, getFieldNameProvider, getIdentityProvider, getIndexedFields, getIndexedFields, getIndexerBatchContextFactory, getModelService, getRangeNameProvider, getSolrSearchProviderFactory, getTypeService, getTypeValueProvider, getValueProviderSelectionStrategy, handleError, resolveValueProviders, setBeanFactory, setFieldNameProvider, setIndexerBatchContextFactory, setModelService, setRangeNameProvider, setSolrSearchProviderFactory, setTypeService, setValueProviderSelectionStrategy, validateCommonRequiredParameters
-
-
-
-
Method Detail
-
addCommonFields
protected void addCommonFields(org.apache.solr.common.SolrInputDocument document, IndexerBatchContext batchContext, ItemModel model)Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
addCommonFieldsin classDefaultSolrDocumentFactory
-
setBackofficeFacetSearchConfigService
public void setBackofficeFacetSearchConfigService(BackofficeFacetSearchConfigService backofficeFacetSearchConfigService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getBackofficeFacetSearchConfigService
public BackofficeFacetSearchConfigService getBackofficeFacetSearchConfigService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-