Uses of Class
de.hybris.platform.solrfacetsearch.model.SolrIndexOperationModel
Packages that use SolrIndexOperationModel
Package
Description
Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo package.
-
Uses of SolrIndexOperationModel in de.hybris.platform.solrfacetsearch.daos
Methods in de.hybris.platform.solrfacetsearch.daos that return SolrIndexOperationModelModifier and TypeMethodDescriptionSolrIndexOperationDao.findIndexOperationById(long id) Finds the index operation by id.Methods in de.hybris.platform.solrfacetsearch.daos that return types with arguments of type SolrIndexOperationModelModifier and TypeMethodDescriptionSolrIndexOperationDao.findLastSuccesfulIndexOperation(SolrIndexModel index) Finds the last successfully finished FULL or UPDATE index operation for a given index. -
Uses of SolrIndexOperationModel in de.hybris.platform.solrfacetsearch.daos.impl
Methods in de.hybris.platform.solrfacetsearch.daos.impl that return SolrIndexOperationModelMethods in de.hybris.platform.solrfacetsearch.daos.impl that return types with arguments of type SolrIndexOperationModelModifier and TypeMethodDescriptionDefaultSolrIndexOperationDao.findLastSuccesfulIndexOperation(SolrIndexModel index) -
Uses of SolrIndexOperationModel in de.hybris.platform.solrfacetsearch.model
Methods in de.hybris.platform.solrfacetsearch.model that return types with arguments of type SolrIndexOperationModelModifier and TypeMethodDescriptionSolrIndexModel.getIndexOperations()Generated method - Getter of theSolrIndex.indexOperationsattribute defined at extensionsolrfacetsearch.Method parameters in de.hybris.platform.solrfacetsearch.model with type arguments of type SolrIndexOperationModelModifier and TypeMethodDescriptionvoidSolrIndexModel.setIndexOperations(Collection<SolrIndexOperationModel> value) Generated method - Setter ofSolrIndex.indexOperationsattribute defined at extensionsolrfacetsearch. -
Uses of SolrIndexOperationModel in de.hybris.platform.solrfacetsearch.solr
Methods in de.hybris.platform.solrfacetsearch.solr that return SolrIndexOperationModelModifier and TypeMethodDescriptionSolrIndexOperationService.cancelOperation(long id) Cancels the index operation.SolrIndexOperationService.endOperation(long id, boolean indexError) End the index operation with statuses SUCCESS or FAILED depending on the indexError.SolrIndexOperationService.getOperationForId(long id) finds an index operation by id.SolrIndexOperationService.startOperation(SolrIndexModel index, long id, IndexOperation operation, boolean external) Starts an index operation. -
Uses of SolrIndexOperationModel in de.hybris.platform.solrfacetsearch.solr.impl
Methods in de.hybris.platform.solrfacetsearch.solr.impl that return SolrIndexOperationModelModifier and TypeMethodDescriptionDefaultSolrIndexOperationService.cancelOperation(long id) DefaultSolrIndexOperationService.endOperation(long id, boolean indexError) DefaultSolrIndexOperationService.getOperationForId(long id) DefaultSolrIndexOperationService.startOperation(SolrIndexModel index, long id, IndexOperation operation, boolean external)