Hi We have a single machine elastic search server (8 shards but all hosted at the same machine). Index contains 7 million documents. We do not specify any custom routing when indexing the documents. We are using Elastic search version 1.2.
The problem is that we are unable to retrieve many of our documents using GET <the id>, . However using search?_id:<the id> we are able to retrieve all of those documents. We are also successful in retrieving a document by specifying routing parameter (with different values (1,2,3,...) ) with GET. With previous version, i.e. Elastic Search 1.0.3, we did not have that problem. Any suggestions for resolution? Thanks in advance -- 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/d27e9ca7-4f7e-41c0-a1e9-538ef1565aba%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
