You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the @setting(settingPath = "...") annotation in Spring Data Elasticsearch does not support property placeholders (e.g. ${...}) or SpEL expressions (e.g. #{...}).
This makes it impossible to configure the index settings file dynamically based on the environment (e.g. dev, staging, prod), forcing developers to hardcode the JSON path
Currently we're forced to either manually create the index, or implement a custom bean to programmatically load and apply the settings, and break the convenience of @setting