Uses of Interface
org.broadleafcommerce.core.search.service.solr.index.SolrIndexOperation
Packages that use SolrIndexOperation
-
Uses of SolrIndexOperation in org.broadleafcommerce.core.search.service.solr.index
Classes in org.broadleafcommerce.core.search.service.solr.index that implement SolrIndexOperationModifier and TypeClassDescriptionclassRebuilds the entire Solr index.Methods in org.broadleafcommerce.core.search.service.solr.index that return SolrIndexOperationModifier and TypeMethodDescriptionSolrIndexService.getReindexOperation()Creates the SolrIndexOperation for rebuilding the current index, used bySolrIndexService.buildIndex().SolrIndexServiceImpl.getReindexOperation()Methods in org.broadleafcommerce.core.search.service.solr.index with parameters of type SolrIndexOperationModifier and TypeMethodDescriptionprotected LongSolrIndexServiceImpl.buildIncrementalIndex(int pageSize, Long lastId, SolrIndexOperation operation) voidSolrIndexService.executeSolrIndexOperation(SolrIndexOperation operation) Executes the given operation in the correct method ordervoidSolrIndexServiceImpl.executeSolrIndexOperation(SolrIndexOperation operation)