Class SolrIndexWorkerProperties


@ConfigurationProperties("broadleaf.search.solr.index.worker") public class SolrIndexWorkerProperties extends IndexableDiscriminatedProperties<SolrIndexWorkerProperties>
Properties for configuring Solr Index Workers.
Since:
2.1.2-GA, 2.0.3-GA
  • Constructor Details

    • SolrIndexWorkerProperties

      public SolrIndexWorkerProperties()
  • Method Details

    • getChunkSize

      public int getChunkSize(@NonNull @NonNull String indexableType)
    • setChunkSize

      public void setChunkSize(Map<String,Integer> chunkSize)
      Maximum number of documents to include in Solr update request.