#community-help

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.

Powered by Struct AI
3
5mo
Solved
Join the chat
Apr 28, 2023 (5 months ago)
Steffen
Photo of md5-9873c8bd4a02ffd0be1123516cd2cd4b
Steffen
11:53 AM
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?
Kishore Nallan
Photo of md5-4e872368b2b2668460205b409e95c2ea
Kishore Nallan
11:54 AM
There's no way to update token separators via schema alter right now. So you have to create new collection and reindex the data.
Steffen
Photo of md5-9873c8bd4a02ffd0be1123516cd2cd4b
Steffen
11:54 AM
Ok thanks!