Can a river get out of sync?

Does a river periodically re-index documents if indexes get corrupt or is
it possible for them to get out of sync?

If they do get out of synch what is the recommended procedure for
re-indexing?

I'm considering using the mongoDB river.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Does a river periodically re-index documents if indexes get corrupt or is it possible for them to get out of sync?
No. A river (at least the ones I know) does not reindex all periodically.

If they do get out of synch what is the recommended procedure for re-indexing?
Delete the river. Create it again I guess.

HTH

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.