Uses of Class
de.hybris.platform.solrfacetsearch.model.SolrIndexModel
-
Packages that use SolrIndexModel Package Description de.hybris.platform.solrfacetsearch.model Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo package. -
-
Uses of SolrIndexModel in de.hybris.platform.solrfacetsearch.model
Methods in de.hybris.platform.solrfacetsearch.model that return SolrIndexModel Modifier and Type Method Description SolrIndexModelSolrIndexOperationModel. getIndex()Generated method - Getter of theSolrIndexOperation.indexattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model with parameters of type SolrIndexModel Modifier and Type Method Description voidSolrIndexOperationModel. setIndex(SolrIndexModel value)Generated method - Initial setter ofSolrIndexOperation.indexattribute defined at extensionsolrfacetsearch.Constructors in de.hybris.platform.solrfacetsearch.model with parameters of type SolrIndexModel Constructor Description SolrIndexOperationModel(long _id, SolrIndexModel _index, IndexerOperationValues _operation, ItemModel _owner, IndexerOperationStatus _status)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexOperationModel(long _id, SolrIndexModel _index, IndexerOperationValues _operation, IndexerOperationStatus _status)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
-