TLDR Steffen asked about changing token_separators and reindexing, Kishore Nallan informed they need to create a new collection and reindex the data.
There's no way to update token separators via schema alter right now. So you have to create new collection and reindex the data.
Ok thanks!
Steffen
Fri, 28 Apr 2023 11:53:22 UTCHi, quick question: If I change `token_separators` in my collection schema, will it be automatically reindexed or do I need to delete the whole collection and reindex everything?