Hi,

I'm looking for a bit of guidance in implementing a data import handler for
mongodb.

I am using
https://github.com/sucode/solrMongoDBImporter/blob/master/README.md as a
starting point, and I can get full imports working properly with a few
adjustments to the source.   The problem comes in when I try delta
imports.  After adding code to support delta queries and looking at how the
sql import handler works, I get deltas reads but the counts grow out of
control.  Its as if DocBuilder does not know when to stop processing.
Example: I have one doc to be read but I get 2 docs added/updated.

Has anyone seen this before?  Using 4.2.0.

Thanks

Reply via email to