Skip to content

Commit aa3401b

Browse files
kungagithub-actions[bot]
authored andcommitted
Extend support of multiple columns in fulltext index (#25337)
1 parent 413205c commit aa3401b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/last_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ee3cb799508e266feaecb150d9baf075dd586714
1+
9c1b4170d6c376675a5384e54d06d3cc74eaabe4

src/api/protos/ydb_table.proto

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,9 @@ message FulltextIndexSettings {
244244
optional Layout layout = 1;
245245

246246
// List of columns and their fulltext settings
247-
// Currently, this list should contain a single entry
248-
// And provided column should be the only one in the TableIndex.index_columns list
247+
// Currently, this list should contain a single entry with specified analyzers
248+
// Later, some columns may not use analyzers and will be indexed as-is
249+
// This list must always match TableIndex.index_columns
249250
repeated ColumnAnalyzers columns = 2;
250251
}
251252

0 commit comments

Comments
 (0)