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
In this way it's definitely not possible, as this would change the type of the Field.excludeFromSource from Boolean to String.
It might be a good thing to have some kind of customization hook that allows modifying a mapping before it is written to the index. Have to think about it.
I want to manage to excluding fields by property from properties.yml.
Can you add SpEL in to excludeFromSource ?
e.g.
@Field(excludeFromSource = "#{@environment.getProperty('es.excludeFromSource')}")
The text was updated successfully, but these errors were encountered: