Skip to content

Fulltext index: Initial version #23384

@kunga

Description

@kunga

Make a working prototype of fulltext index (WITH (layout=flat, tokenizer=whitespace))

Internal design doc

Vector index history: azevaykin, MBkkt

#23698

Syntax

ALTER TABLE texts
ADD INDEX index
GLOBAL USING fulltext
ON (text)
WITH (
    layout = "flat"
    tokenizer = "whitespace",
    use_filter_lowercase = true
)

Steps

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions