Uses of Class
de.hybris.platform.solrfacetsearch.model.indexer.SolrIndexedCoresRecordModel
-
Packages that use SolrIndexedCoresRecordModel Package Description de.hybris.platform.solrfacetsearch.model Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo package. -
-
Uses of SolrIndexedCoresRecordModel in de.hybris.platform.solrfacetsearch.model
Methods in de.hybris.platform.solrfacetsearch.model that return SolrIndexedCoresRecordModel Modifier and Type Method Description SolrIndexedCoresRecordModelSolrIndexOperationRecordModel. getSolrIndexCoreRecord()Generated method - Getter of theSolrIndexOperationRecord.solrIndexCoreRecordattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model with parameters of type SolrIndexedCoresRecordModel Modifier and Type Method Description voidSolrIndexOperationRecordModel. setSolrIndexCoreRecord(SolrIndexedCoresRecordModel value)Generated method - Setter ofSolrIndexOperationRecord.solrIndexCoreRecordattribute defined at extensionsolrfacetsearch.Constructors in de.hybris.platform.solrfacetsearch.model with parameters of type SolrIndexedCoresRecordModel Constructor Description SolrIndexOperationRecordModel(int _clusterId, IndexerOperationValues _mode, ItemModel _owner, SolrIndexedCoresRecordModel _solrIndexCoreRecord, IndexerOperationStatus _status, java.lang.String _threadId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexOperationRecordModel(int _clusterId, IndexerOperationValues _mode, SolrIndexedCoresRecordModel _solrIndexCoreRecord, IndexerOperationStatus _status, java.lang.String _threadId)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-