I'm seeing a warnings like these when running vespa-deploy prepare command
The matching settings for the fields in fieldset 'default' are inconsistent (explicitly or because of field type). This may lead to recall and ranking issues.
The normalization settings for the fields in fieldset 'default' are inconsistent (explicitly or because of field type). This may lead to recall and ranking issues
The stemming settings for the fields in the fieldset 'default' are inconsistent (explicitly or because of field type). This may lead to recall and ranking issues.
After going through some documentation, I'm almost sure that this is something related to fieldsets. What is causing these warnings? How can it be fixed?