Changing Token Separators and Reindexing Collection Schema

TLDR Steffen asked about changing token_separators and reindexing, Kishore Nallan informed they need to create a new collection and reindex the data.

Photo of Steffen
Steffen
Fri, 28 Apr 2023 11:53:22 UTC

Hi, 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?

Photo of Kishore Nallan
Kishore Nallan
Fri, 28 Apr 2023 11:54:06 UTC

There's no way to update token separators via schema alter right now. So you have to create new collection and reindex the data.

Photo of Steffen
Steffen
Fri, 28 Apr 2023 11:54:22 UTC

Ok thanks!