Uses of Class
org.tailormap.api.solr.SolrHelper
Packages that use SolrHelper
-
Uses of SolrHelper in org.tailormap.api.solr
Methods in org.tailormap.api.solr that return SolrHelperModifier and TypeMethodDescriptionSolrHelper.withBatchSize
(@jakarta.validation.constraints.Positive(message="Must use a positive integer for batching") int solrBatchSize) Configure thisSolrHelper
with a batch size for submitting documents to the Solr instance.SolrHelper.withGeometryValidationRule
(String solrGeometryValidationRule) Configure thisSolrHelper
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 thisSolrHelper
with a query timeout .