2025.0 to 2025.1
1. Index Search: Replaced Custom Properties with Expert Properties
What changed
In ADITO 2025.1, the previously used custom properties for controlling group update behavior in the index search have been removed. They are now replaced by standardized expert properties in the instance configuration:
# Old (no longer supported)
custom.adito.indexsearch.groupupdateinterval
custom.adito.indexsearch.groupupdateintervalrange
# New (supported expert properties)
indexsearchGroupUpdateInterval
indexsearchGroupUpdateRandomDelay
Why it matters
The ADITO server no longer recognizes the old custom properties. Using unsupported properties can lead to unpredictable behavior, especially in distributed setups with many pods. The new expert properties are versioned, documented, and provide consistent configuration behavior. Without these settings, previously mitigated Solr instability issues may reappear in affected environments.
Recommended actions
- Open the instance configuration in the ADITO admin interface.
- Check if either of the following custom properties are present:
- custom.adito.indexsearch.groupupdateinterval
- custom.adito.indexsearch.groupupdateintervalrange
- If present, remove them unless the configuration is also used by systems running ADITO versions prior to 2025.1.
- Use the Source editor to add the new expert properties instead:
- indexsearchGroupUpdateInterval
- indexsearchGroupUpdateRandomDelay