On Fri, Mar 13, 2009 at 11:36 AM, CIF Search <cifsea...@gmail.com> wrote:
> There is a fundamental problem with using 'pull' approach using DIH. > Normally people want a delta imports which are done using a timestamp > field. > Now it may not always be possible for application servers to sync their > timestamps (given protocol restrictions due to security reasons). Due to > this Solr application is likely to miss a few records occasionally. Such a > problem does not arise if applications themseleves identify their records > and post. Should we not have such a feature in Solr, which will allow users > to push data onto the index in whichever format they wish to? This will > also > facilitate plugging in solr seamlessly with all kinds of applications. > You can of course push your documents to Solr using the XML/CSV update (or using the solrj client). It's just that you can't push documents with DIH. http://wiki.apache.org/solr/#head-98c3ee61c5fc837b09e3dfe3fb420491c9071be3 -- Regards, Shalin Shekhar Mangar.