Uses of Class
org.broadleafcommerce.core.search.service.solr.indexer.IncrementalUpdateCommand
Packages that use IncrementalUpdateCommand
-
Uses of IncrementalUpdateCommand in org.broadleafcommerce.core.search.service.solr.indexer
Methods in org.broadleafcommerce.core.search.service.solr.indexer with parameters of type IncrementalUpdateCommandModifier and TypeMethodDescriptionprotected voidAbstractSolrIndexUpdateCommandHandlerImpl.executeCommandInternal(IncrementalUpdateCommand command) By default, this will update the foreground collection.protected voidAbstractSolrIndexUpdateCommandHandlerImpl.executeCommandInternal(IncrementalUpdateCommand command, String collectionName) This will apply updates in the specified collection, and will commit, when finished, if no errors occur.