You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2018. It is now read-only.
I'm not sure whether this can be done considering your "Note".
You should have indexed the document with a routing parameter or atleast you should have created aliases using routing while creating the index itself.
Until and unless you index the document with a routing parameter you cannot search it with routing. Its mutual, you index with routing, I give results with routing. You index without routing, I give results without routing.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How do I route a query to a specific shard? Note: I don't want to change the mapping of my type or index at all. I want it to happen in query time.
Thanks a lot.
The text was updated successfully, but these errors were encountered: