Without alias, can't I use routing in 0.20.4?

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?

Thank you
Best, Jae

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Does your mapping has a _parent field or is routing required in your
mapping? Also how does your index request look like?

On 8 February 2013 19:20, Jae metacret@gmail.com 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?

Thank you
Best, Jae

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
Met vriendelijke groet,

Martijn van Groningen

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

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?

Thank you
Best, Jae

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.