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

Missings mandatory attributes in AnalyzerProperties for ngram Analyzer #442

Closed
t0kido opened this issue Nov 24, 2022 · 2 comments · Fixed by #453
Closed

Missings mandatory attributes in AnalyzerProperties for ngram Analyzer #442

t0kido opened this issue Nov 24, 2022 · 2 comments · Fixed by #453
Labels
bug Something isn't working

Comments

@t0kido
Copy link

t0kido commented Nov 24, 2022

First of all, sorry for the post it is my first issue here, and I'm new to c# too.

Analyzer.PostAnalyzerSync() can't create ngram analyzer because some attributes like "min", "max", "preserveOriginal" or "streamType" are missing from AnalyzerProperties.

@DiscoPYF
Copy link
Collaborator

DiscoPYF commented Dec 20, 2022

Hi @t0kido , can you provide more information about this issue? How does it related to arangodb-net-standard?

EDIT: nvm, I got it now. We'll take a look. I got confused and thought it was refering to some external analyzer library 🤦‍♂️

@DiscoPYF DiscoPYF added the bug Something isn't working label Dec 20, 2022
@tjoubert
Copy link
Contributor

First of all, sorry for the post it is my first issue here, and I'm new to c# too.

Analyzer.PostAnalyzerSync() can't create ngram analyzer because some attributes like "min", "max", "preserveOriginal" or "streamType" are missing from AnalyzerProperties.

Hi @t0kido, what version of ArangoDB are you connecting to?

@tjoubert tjoubert linked a pull request Dec 21, 2022 that will close this issue
@tjoubert tjoubert removed a link to a pull request Dec 21, 2022
@tjoubert tjoubert linked a pull request Dec 21, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants