I am upgrading elasticsearch from 0.19.x to 0.20.4 but routing key is not
working I am getting RoutingMissingException, which I don't have previously.
When I traced source code, MetaData.resolveIndexRouting.java:321, aliases
does not have any item for the index name and it's returning default null
routing value.
Is this intended or not? I cannot find any comment about this on the web
page. Also, if I want to use routing, how should I set up aliases?
I am upgrading elasticsearch from 0.19.x to 0.20.4 but routing key is not
working I am getting RoutingMissingException, which I don't have previously.
When I traced source code, MetaData.resolveIndexRouting.java:321, aliases
does not have any item for the index name and it's returning default null
routing value.
Is this intended or not? I cannot find any comment about this on the web
page. Also, if I want to use routing, how should I set up aliases?
This was my data problem. Never mind and Thank you for your answer.
On Friday, February 8, 2013 10:20:04 AM UTC-8, Jae wrote:
I am upgrading elasticsearch from 0.19.x to 0.20.4 but routing key is not
working I am getting RoutingMissingException, which I don't have previously.
When I traced source code, MetaData.resolveIndexRouting.java:321, aliases
does not have any item for the index name and it's returning default null
routing value.
Is this intended or not? I cannot find any comment about this on the web
page. Also, if I want to use routing, how should I set up aliases?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.