You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
Up to v0.4.0, users can create a single type of index using IndexConfig.
We are adding more index types. When there are multiple index types, IndexConfig can be confusing to users because it is actually just for a single type of index. Therefore, it would be better to change the class name of IndexConfig to CoveringIndexConfig to match the name of the index it creates, CoveringIndex.
Since it will break existing users' programs, to avoid unnecessary inconvenience to users, we can keep IndexConfig in v0.x and change the name from v1.0. Meanwhile, we can add deprecation warnings to IndexConfig - this is optional.
The text was updated successfully, but these errors were encountered:
Up to v0.4.0, users can create a single type of index using
IndexConfig
.We are adding more index types. When there are multiple index types,
IndexConfig
can be confusing to users because it is actually just for a single type of index. Therefore, it would be better to change the class name ofIndexConfig
toCoveringIndexConfig
to match the name of the index it creates,CoveringIndex
.Since it will break existing users' programs, to avoid unnecessary inconvenience to users, we can keep
IndexConfig
in v0.x and change the name from v1.0. Meanwhile, we can add deprecation warnings toIndexConfig
- this is optional.The text was updated successfully, but these errors were encountered: