When time series indexing is enabled for a collection, you can configure these options using the UI or the
Collections API. None are required.
UI Label, API Name
Description
Timestamp Field Name timestampFieldName
The name of the field from which to read timestamps. The default is “timestamp”.
Partition Time Period timePeriod
The time range for each partition. The default is one day.
Max Active Partitions maxActivePartitions
The number of partitions to keep active.
Delete Expired Partitions deleteExpired
”True” to automatically delete partitions that fall outside of the maxActivePartitions window, at intervals of scheduleIntervalMinutes. The default is “false”.
Preemptive Create Enabled preemptiveCreateEnabled
”True” (the default) to create partitions in advance.
Schedule Interval scheduleIntervalMinutes
The interval, in minutes, at which to perform background maintenance, including preemptively creating partitions (preemptiveCreateEnabled) and deleting expired partitions (deleteExpired). The default is five minutes.
Partition Num Shards numShards
The number of shards per partition. The default is the value configured for the main Fusion collection.
Partition Replication Factor replicationFactor
The number of copies to keep, per partition. The default is the value configured for the main Fusion collection.
Partition Config Name configName
The name of the Solr configuration set to be applied to new partitions; the default is the configuration used by the primary collection.