Hi, I'm trying to make elasticsearch-view-plugin ( https://github.com/tlrx/elasticsearch-view-plugin) to work with the 0.90.* version of elasticsearch ( https://github.com/tlrx/elasticsearch-view-plugin/pull/1) and after few changes to make it compile it started to work on localhost.
Unfortunately, after deploying in a cluster with four nodes the requests are not working when the load balance deliver the request to the nodes without the shards the the document is stored. The exception and the documents I used to test are listed in this gist: https://gist.github.com/luizgpsantos/ccb4ff9a4ebb99153dc9 It seems that for any reason the type or the id of the document is null when the method org.elasticsearch.index.mapper.Uid.createUidAsByte is executed. Is there anyone who knows the internals of elasticsearch that could help me with this problem? Thank you! -- Luiz Guilherme P. Santos -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAMdL%3DZGrnu47vNqkx-OdWT2BwfVoPrCsmvM1crKmXDJ-PM_waA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
