Uses of Class
de.hybris.platform.solrfacetsearch.indexer.impl.DefaultSolrInputDocument
-
Packages that use DefaultSolrInputDocument Package Description de.hybris.platform.solrfacetsearch.indexer.impl -
-
Uses of DefaultSolrInputDocument in de.hybris.platform.solrfacetsearch.indexer.impl
Subclasses of DefaultSolrInputDocument in de.hybris.platform.solrfacetsearch.indexer.impl Modifier and Type Class Description classDefaultSolrPartialUpdateInputDocumentImplementation ofIndexerQueryContextfor partial updates.Methods in de.hybris.platform.solrfacetsearch.indexer.impl that return DefaultSolrInputDocument Modifier and Type Method Description protected DefaultSolrInputDocumentDefaultIndexer. createWrappedDocument(IndexerBatchContext batchContext, org.apache.solr.common.SolrInputDocument delegate)protected DefaultSolrInputDocumentDefaultSolrDocumentFactory. createWrappedDocument(IndexerBatchContext batchContext, org.apache.solr.common.SolrInputDocument delegate)Deprecated.protected DefaultSolrInputDocumentDefaultIndexer. createWrappedDocumentForPartialUpdates(IndexerBatchContext batchContext, org.apache.solr.common.SolrInputDocument delegate, java.util.Set<java.lang.String> indexedPropertiesFields)protected DefaultSolrInputDocumentDefaultSolrDocumentFactory. createWrappedDocumentForPartialUpdates(IndexerBatchContext batchContext, org.apache.solr.common.SolrInputDocument delegate, java.util.Set<java.lang.String> indexedPropertiesFields)Deprecated.
-