Class SolrIndexWorkerProperties
java.lang.Object
com.broadleafcommerce.search.index.solr.worker.IndexableDiscriminatedProperties<SolrIndexWorkerProperties>
com.broadleafcommerce.search.index.solr.worker.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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getChunkSize
(@NonNull String indexableType) void
setChunkSize
(Map<String, Integer> chunkSize) Maximum number of documents to include in Solr update request.Methods inherited from class com.broadleafcommerce.search.index.solr.worker.IndexableDiscriminatedProperties
getField, getIndexableTypes, setIndexableTypes
-
Constructor Details
-
SolrIndexWorkerProperties
public SolrIndexWorkerProperties()
-
-
Method Details
-
getChunkSize
-
setChunkSize
Maximum number of documents to include in Solr update request.
-