-
Notifications
You must be signed in to change notification settings - Fork 25.1k
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
Suggest should ignore empty shards #3473
Labels
Comments
This was referenced Aug 9, 2013
@dadoonet what's the status of this? |
Sorry Simon. Did not find time to integrate your comments. Will do before the end of this week. |
thanks @dadoonet |
dadoonet
added a commit
to dadoonet/elasticsearch
that referenced
this issue
Aug 16, 2013
From elastic#3469. When running suggest on empty shards, it raises an error like: ``` "failures" : [ { "status" : 400, "reason" : "ElasticSearchIllegalArgumentException[generator field [title] doesn't exist]" } ] ``` We should ignore empty shards. Closes elastic#3473.
@s1monw I created an |
mute
pushed a commit
to mute/elasticsearch
that referenced
this issue
Jul 29, 2015
From elastic#3469. When running suggest on empty shards, it raises an error like: ``` "failures" : [ { "status" : 400, "reason" : "ElasticSearchIllegalArgumentException[generator field [title] doesn't exist]" } ] ``` We should ignore empty shards. Closes elastic#3473.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From #3469.
When running suggest on empty shards, it raises an error like:
We should ignore empty shards.
The text was updated successfully, but these errors were encountered: