Skip to content

Commit

Permalink
doc/hcl: add fulltext index parser option (#1895)
Browse files Browse the repository at this point in the history
  • Loading branch information
a8m authored Jul 25, 2023
1 parent 49adec0 commit 254c9f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/md/atlas-schema/hcl.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,12 @@ index "idx_operator_class" {
ops = jsonb_path_ops
}
}
index "index_parser" {
type = FULLTEXT
columns = [column.text]
parser = ngram
}
```

#### Properties
Expand Down

0 comments on commit 254c9f3

Please sign in to comment.