Lower case problem in field names

Hello dear friends, I have a problem, if you can help me I would be very happy. The problem is that; I reindexed from an existing index. While reindexing, there was a capitalization problem in the field names, so I added this to the settings section and problem was solved. DefaultFieldNameInferrer(s => s). Now I want to add a data to the index I'm reindexing, and all the fields are in lower case. I was expecting it to be a camel case. I would be very happy if anyone has any idea about this problem share it with me.

Hello,

Reindex do not copy _mappings, _settings or templates you might have on your old index. Maybe create another index with the settings you want, then reindex again.

Reindex API

also

DefaultFieldNameInferrer(s => s).

This seems sketchy to me, don't you need a function call on "s" to capitalize it?

best regards.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.