Answer: Browsing an index that is being modified or re-indexed at the same time.
Explanation: Browsing an index uses a cursor. It’s an iterator on the records of an index. Indices modifications may invalidate the cursor, because some records were removed or the index internal structure (like the number of shards) was modified for example.