I use Janusgraph 0.2.0 and ES backend.
when indexed?
Once a vertex or edge is added and the transaction is successfully committed, can I consider that the mixed indexes related to the transaction are immediately available?
Or, the mixed indexes are lazily sent to backend by janusgraph after the commit (that is, eventually consistent)?
when mixed index is down
If mixed indexes are lazily sent to backend by janusgraph, when the mixed index backend is down, can I successfully commit a transaction which requires mixed indexes?
index status
If mixed indexes are lazily sent to backend indexed by, how to check the indexing state (index lag)?