How did it work before SOLR-811 update? I don't understand. Did it fetch delta data with two queries (1. gets ids, 2. gets data per each id) or did it fetch all delta data with a single query?
On Tue, Mar 27, 2012 at 5:45 PM, Ahmet Arslan <iori...@yahoo.com> wrote: >> 2. If not - what's the reason delta import is implemented >> like it is? >> Why split it in two queries? I would think having a single >> delta query >> that fetches the data would be kind of an "obvious" design >> unless >> there's something that calls for 2 separate queries...? > > I think this is it? https://issues.apache.org/jira/browse/SOLR-811