We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d991b74 commit 5d9725aCopy full SHA for 5d9725a
src/main/proto/banyandb/v1/banyandb-database.proto
@@ -161,6 +161,8 @@ message IndexRule {
161
enum Type {
162
TYPE_UNSPECIFIED = 0;
163
TYPE_INVERTED = 1;
164
+ TYPE_SKIPPING = 2;
165
+ TYPE_TREE = 3;
166
}
167
// type is the IndexType of this IndexObject.
168
Type type = 3 [(validate.rules).enum.defined_only = true];
0 commit comments