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

Fix tokenizer config in example #122

Merged
merged 1 commit into from
Sep 12, 2023
Merged

Fix tokenizer config in example #122

merged 1 commit into from
Sep 12, 2023

Conversation

astehlik
Copy link
Contributor

@astehlik astehlik commented Sep 1, 2023

The camel cased nGram tokenizer is not allowed any more in Elasticsearch 8.x. Instead the lowercase ngram must be used.

See:
https://www.elastic.co/guide/en/elasticsearch/reference/current/migrating-8.0.html#nGram-edgeNGram-tokenizer-dreprecation

The camel cased nGram tokenizer is not allowed any more in
Elasticsearch 8.x. Instead the lowercase ngram must be used.

See:
https://www.elastic.co/guide/en/elasticsearch/reference/current/migrating-8.0.html#nGram-edgeNGram-tokenizer-dreprecation
@github-actions
Copy link

github-actions bot commented Sep 1, 2023

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@astehlik
Copy link
Contributor Author

astehlik commented Sep 1, 2023

I have read the CLA Document and I hereby sign the CLA

@dvesh3 dvesh3 added the Bug label Sep 12, 2023
@dvesh3 dvesh3 added this to the 1.0.5 milestone Sep 12, 2023
@dvesh3 dvesh3 merged commit a432b3e into pimcore:1.0 Sep 12, 2023
2 checks passed
@dvesh3
Copy link
Contributor

dvesh3 commented Sep 12, 2023

@astehlik thanks!

@github-actions github-actions bot locked and limited conversation to collaborators Sep 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants