Class IncrementalUpdateCommand

java.lang.Object
org.broadleafcommerce.core.search.service.solr.indexer.SolrUpdateCommand
org.broadleafcommerce.core.search.service.solr.indexer.IncrementalUpdateCommand
All Implemented Interfaces:
Serializable

public class IncrementalUpdateCommand extends SolrUpdateCommand
See Also:
  • Constructor Details

    • IncrementalUpdateCommand

      public IncrementalUpdateCommand(List<org.apache.solr.common.SolrInputDocument> docs, List<String> deleteQueries)
  • Method Details

    • getSolrInputDocuments

      public List<org.apache.solr.common.SolrInputDocument> getSolrInputDocuments()
    • getDeleteQueries

      public List<String> getDeleteQueries()
    • toString

      public String toString()
      Overrides:
      toString in class Object