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
The characteristics of each index are often different. Users often want to know the specific characteristics of the index, such as whether it supports adding data from empty index, whether it supports deletion, whether it supports concurrent search and insertion, etc.
In fact, the internal functions of each index should also be implemented according to the characteristic granularity, which is also convenient for testing and verification, and is more friendly to developers.
Therefore, we provide an enum of all characteristics in the external interface, and at the same time provide interface methods for printing the characteristics of the current index for a specific index
The characteristics of each index are often different. Users often want to know the specific characteristics of the index, such as whether it supports adding data from empty index, whether it supports deletion, whether it supports concurrent search and insertion, etc.
In fact, the internal functions of each index should also be implemented according to the characteristic granularity, which is also convenient for testing and verification, and is more friendly to developers.
Therefore, we provide an enum of all characteristics in the external interface, and at the same time provide interface methods for printing the characteristics of the current index for a specific index
the related pull requests:
#199
#210
todo:
The text was updated successfully, but these errors were encountered: