This setting controls the time partitioning for Solr collections by specifying a daily start time.
Default: (no default)
This is represented by the number of minutes after 00:00 (UTC) that the partitioning should occur. For example, a value of 60
represents 01:00 UTC, and a new partition is created at that time each day.
Note: Set either
SolrTimePartitioningDailyStartTime
or
SolrTimePartitioningMinutes
, but not both. If both are configured,
SolrTimePartitioningDailyStartTime
takes precedence.
Note: New in version 6.1.