Hi, We're seeing strange behaviour when records have been committed. It doesn't happen all the time but enough that the index is very inconsistent.
What happens: 1. We commit a doc to Solr, 2. The doc shows in the search results, 3. Later (may be immediate, may take minutes, may take hours), the same document is emptied of all data except version and id. We have custom scripts which add to the index but even without them being executed we see records being updated in this way. For example committing: { id: talk.1234, from: "me", to: "you", "content": "some content", title: "some title"} will suddenly end up as after an initial successful search: { id: talk.1234, version: 1234} Not sure how to proceed on debugging this issue. It seems to settle in after Solr has been running for a while but can just as quickly rectify itself. At a loss how to debug and proceed. Any help much appreciated.