On 3/2/2015 4:32 AM, marotosg wrote:
> Is there any general approach to check if your indexed document matches the
> database row?.
No, there's nothing out of the box that will do this. You'll need to
write such an application yourself. You might want to leverage the
/export handler in your appl
First, I would invest the largest effort towards developing good test cases and
a good test harness for your ETL software itself. If validation in production
does encounter errors, it should be considered a bug in your code! So be sure
to always add these cases to your test harness.
Also, th