By now one could have ``` this.id = System.currentTimeInMillis(); @Override public byte[] index() { return ByteBuffer.allocate(8).putLong(id).array(); } ```