Skip to content

Commit 2412ccc

Browse files
kungagithub-actions[bot]
authored andcommitted
Support fulltext index on SchemeShard (#23739)
1 parent 06558fe commit 2412ccc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/last_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d3ed38557ee825d35543c4de4776a4e29b010241
1+
4e76cbcda6df56a31adbfc6506f7b0cbdf4a1240

src/api/protos/ydb_table.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ message TableIndexDescription {
273273
GlobalAsyncIndex global_async_index = 5;
274274
GlobalUniqueIndex global_unique_index = 8;
275275
GlobalVectorKMeansTreeIndex global_vector_kmeans_tree_index = 9;
276+
GlobalFulltextIndex global_fulltext_index = 10;
276277
}
277278
Status status = 4;
278279
// list of columns content to be copied in to index table

0 commit comments

Comments
 (0)