Rename "inverted index" to "full-text index"#62884
Rename "inverted index" to "full-text index"#62884rschu1ze merged 3 commits intoClickHouse:masterfrom
Conversation
|
This is an automated comment for commit 56e32e0 with description of existing statuses. It's updated for the latest CI running ❌ Click here to open a full report in a separate page
Successful checks
|
3266823 to
404fa45
Compare
404fa45 to
56e32e0
Compare
|
How about |
You surely mean
during index creation. I generally like this idea and it seems (kind of) consistent with the naming of bloom filter indexes |
|
Changing this to a breaking change. Even though it's experimental, if should appear in the notice list |
This PR renames "inverted indexes" to "full-text indexes", see #50268 (comment)
Review note: Due to conflicts with "full-text indexes" as existing internal name for bloom filter indexes, this PR consists of three steps:
MergeTreeIndexFullText*toMergeTreeIndexBloomFilterText*.MergeTreeIndexInverted*toMergeTreeIndexFullText*.Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Renamed "inverted indexes" to "full-text indexes" which is a less technical / more user-friendly name. This also changes internal table metadata and breaks tables with existing (experimental) inverted indexes. Please make to drop such indexes before upgrade and re-create them after upgrade.