-
SolrHelper.withBatchSize(@jakarta.validation.constraints.Positive(message="Must use a positive integer for batching") int solrBatchSize)
Configure this SolrHelper
with a batch size for submitting documents to the Solr
instance.
Configure this SolrHelper
to create a geometry field in Solr using the specified
validation rule.
SolrHelper.withQueryTimeout(@jakarta.validation.constraints.Positive(message="Must use a positive integer for query timeout") int solrQueryTimeout)
Configure this SolrHelper
with a query timeout .