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 413205c commit aa3401bCopy full SHA for aa3401b
.github/last_commit.txt
@@ -1 +1 @@
1
-ee3cb799508e266feaecb150d9baf075dd586714
+9c1b4170d6c376675a5384e54d06d3cc74eaabe4
src/api/protos/ydb_table.proto
@@ -244,8 +244,9 @@ message FulltextIndexSettings {
244
optional Layout layout = 1;
245
246
// 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
+ // Currently, this list should contain a single entry with specified analyzers
+ // Later, some columns may not use analyzers and will be indexed as-is
249
+ // This list must always match TableIndex.index_columns
250
repeated ColumnAnalyzers columns = 2;
251
}
252
0 commit comments