-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Limit the number of context mappings #32741
Comments
Pinging @elastic/es-search-aggs |
As a first timer I would like to give this one a try. What do you think would be a reasonable number to limit it to? Maybe between 5 and 10? |
We can discuss the final value on the pr but that's a good start. |
Hi @dsheasley are you still working on this? |
I would like to work on this if @dsheasley has abandon it. I am having a hard time compiling the project in intellij though. When I run gradle in the command line, it build successfully. When I try setup configuration to run gradle in intellij, it fails. Does someone have steps for compiling and running the project in intellij, or is there a better setup. |
@rjpruitt16 please go ahead with working on this issue. We haven't heard from @dsheasley for a month. |
Thank you for the help @mayya-sharipova. I am still having problems running the repo on intellij. I fork the repository, and ran ./gradlew idea, and the build fail. How do you work on elasticsearch? What is the path of least resistance? |
* Enforcing a maximum number of completion contexts as reqested in elastic#32741 * Closes elastic#32741
Sorry I started working on this last night and already opened a PR in #38675 , hope it's ok :) |
@TommyWind how are you working on the project? What is your workflow? |
I'm not sure what exactly you're looking for here but a few tips that would've helped me get set up quickly :)
hope it helps :) |
@TommyWind thanks for suggestions |
org.gradle.api.ProjectConfigurationException: A problem occurred configuring project ':benchmarks'. |
@rjpruitt16 make sure your java home paths are correct we run |
@atorok If you look in the picture, my java home is set. I follow the path to make sure the folder was there and ran helloworld application successfully. I am not sure how else to trouble shoot my issue. |
@rjpruitt16 it looks like your |
@rjpruitt16 Sometimes starting all over again helps. |
This change adds a limit to the number of completion contexts that a completion field can define. Closes #32741
This change adds a limit to the number of completion contexts that a completion field can define. Closes elastic#32741
The context suggester doesn't limit the number of context mappings they can define. Besides the fact that a bug was found when more than 29 contexts are defined we should limit this functionality to a reasonable number.
The text was updated successfully, but these errors were encountered: