I have the following problem with Solr 4.5.1, with a cloud install with 4 shards, no replication, using the built-in zookeeper on one Solr:
I have updated a document via the Solr console (select a core, then select "Documents"). I used the CSV format to upload the document, including the document ID. When I query the document id from the Solr console (simple query: id:"the-id-of-the-doc-I-updated"), I alternatively obtain the old document (with the values before update, and a given _version_ number), or the new document (with the values after update, and a different _version_). No log messages in the Solr console about updating the document or anything. Any idea what might be going on, and how to fix that problem? Thanks in advance, Yann -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-alternates-returning-different-versions-of-the-same-document-tp4143006.html Sent from the Solr - User mailing list archive at Nabble.com.