Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@locus.apache.org Received: (qmail 71411 invoked from network); 1 Feb 2007 19:12:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2007 19:12:31 -0000 Received: (qmail 13710 invoked by uid 500); 1 Feb 2007 19:12:08 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 13662 invoked by uid 500); 1 Feb 2007 19:12:08 -0000 Mailing-List: contact solr-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-dev@lucene.apache.org Received: (qmail 13620 invoked by uid 99); 1 Feb 2007 19:12:07 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Feb 2007 11:12:07 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of wunderwood@netflix.com designates 216.35.131.152 as permitted sender) Received: from [216.35.131.152] (HELO mx2.netflix.com) (216.35.131.152) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Feb 2007 11:05:41 -0800 Received: from message.netflix.com (exchangeav [10.1.122.79]) by mx2.netflix.com (8.12.11.20060308/8.12.11) with ESMTP id l11J51Sw026549 for ; Thu, 1 Feb 2007 11:05:01 -0800 Received: from Superfly.netflix.com ([10.1.122.93]) by message.netflix.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 1 Feb 2007 11:05:20 -0800 Received: from 10.2.164.78 ([10.2.164.78]) by superfly.netflix.com ([10.1.122.93]) with Microsoft Exchange Server HTTP-DAV ; Thu, 1 Feb 2007 19:05:18 +0000 User-Agent: Microsoft-Entourage/11.3.3.061214 Date: Thu, 01 Feb 2007 11:05:26 -0800 Subject: Re: loading many documents by ID From: Walter Underwood To: Message-ID: Thread-Topic: loading many documents by ID Thread-Index: AcdGM+5hLKpZRrInEdumggAUUTF+rA== In-Reply-To: <176776ee0702011055j47a0126ck3f27201a87fde18@mail.gmail.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-OriginalArrivalTime: 01 Feb 2007 19:05:20.0551 (UTC) FILETIME=[EB222B70:01C74633] X-Brightmail-Tracker: AAAAAQAAA+k= X-Language-Identified: TRUE X-Virus-Checked: Checked by ClamAV on apache.org On 2/1/07 10:55 AM, "Ryan McKinley" wrote: > > Is there a better word then 'update'? It seems there is already enough > confusion between UpdateHandlers, "Update Plugins", > UpdateRequestHandler etc. Try "modify". Solr uses "update" to include "add". wunder