-
Notifications
You must be signed in to change notification settings - Fork 73
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
Strict routing #72
Comments
I can't find it in the documentation ? |
I speak about this elasticsearch parameter.
It is defined by mapping (I've written a subclass over ElasticsearchManager in order to define custom mapping):
P. p. s. Yes, I'm still using elastisearch-py directly nowadays. But to my mind, it's not good to have library (I use it for migrating databases and UnitTest purposes) and have it's part (all data fetching) not working... |
I'm not saying that you should use elasticsearch-py to do this, I'm was only trying to understand what the issue is. |
Is there a way to fetch models with strict routing set in ElasticSearch settings?
I get TransportError(400, 'RoutingMissingException[...])
When I try to call
MyModel.es.get(id=100500)
methodThe text was updated successfully, but these errors were encountered: