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 06558fe commit 2412cccCopy full SHA for 2412ccc
.github/last_commit.txt
@@ -1 +1 @@
1
-d3ed38557ee825d35543c4de4776a4e29b010241
+4e76cbcda6df56a31adbfc6506f7b0cbdf4a1240
src/api/protos/ydb_table.proto
@@ -273,6 +273,7 @@ message TableIndexDescription {
273
GlobalAsyncIndex global_async_index = 5;
274
GlobalUniqueIndex global_unique_index = 8;
275
GlobalVectorKMeansTreeIndex global_vector_kmeans_tree_index = 9;
276
+ GlobalFulltextIndex global_fulltext_index = 10;
277
}
278
Status status = 4;
279
// list of columns content to be copied in to index table
0 commit comments