Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

n-gram specification on FULLTEXT index #470

Closed
forno opened this issue Sep 12, 2022 · 2 comments
Closed

n-gram specification on FULLTEXT index #470

forno opened this issue Sep 12, 2022 · 2 comments
Labels

Comments

@forno
Copy link
Contributor

forno commented Sep 12, 2022

Suggestion

We can use MATCH operation with Natural Language mode.
However, we cannot specify parser for a FULLTEXT index.
Because type property should get USING prefix, but FULLTEXT index are never get a USING.

We want to just ADD FULLTEXT INDEX indexName (pName) WITH PARER ngram, not ADD FULLTEXT INDEX indexName (pName) USING WITH PARER ngram.

Please avoid USING prefix on FULLTEXT index for type property.

Acceptance criteria

TBD - will be filled by the team.

@forno
Copy link
Contributor Author

forno commented Sep 12, 2022

It maybe has only WITH PARSER xxx after column specify, right?
Then, we can add WITH PARSER on FULLTEXT index that is like on USING .

@forno
Copy link
Contributor Author

forno commented Nov 30, 2022

Closed by #471

@forno forno closed this as completed Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

1 participant