Duplicate _id/_type within the same index

On Wednesday, November 23, 2011 4:10:30 PM UTC+1, kimchy wrote:

Are you using custom routing or parent when indexing? You can ask for
fields=_routing to get the routing value back as well.

I have never provided any routing*.* Adding fields=_routing doesn't have
any effect, that is: the query doesn't return any extra fields.

I also noticed another weird behavior. Our documents have a field called
"indexing_time". If I add it to the "fields" attribute, and repeat the same
query a few times, that field is not always included in the response. In
fact, it is included every other times. (It must have to do with our
cluster comprising two servers.)

Max