On Thu, Dec 16, 2010 at 5:51 AM, Michael McCandless
<luc...@mikemccandless.com> wrote:
> If you are doing false deletions (calling .updateDocument when in fact
> the Term you are replacing cannot exist) it'd be best if possible to
> change the app to not call .updateDocument if you know the Term
> doesn't exist.

FWIW, if you're going to add a batch of documents you know aren't
already in the index,
you can use the "overwrite=false" parameter for that Solr update request.

-Yonik
http://www.lucidimagination.com

Reply via email to