Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 918CB4CAE for ; Fri, 17 Jun 2011 05:40:01 +0000 (UTC) Received: (qmail 75130 invoked by uid 500); 17 Jun 2011 05:40:00 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 74518 invoked by uid 500); 17 Jun 2011 05:40:00 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 74511 invoked by uid 99); 17 Jun 2011 05:39:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2011 05:39:57 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ryantxu@gmail.com designates 74.125.82.48 as permitted sender) Received: from [74.125.82.48] (HELO mail-ww0-f48.google.com) (74.125.82.48) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2011 05:39:50 +0000 Received: by wwi18 with SMTP id 18so1486588wwi.5 for ; Thu, 16 Jun 2011 22:39:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=xY+2pr0c66+yDrkZXtq5r1XR3rFC7xNQlxbKfIFSfwg=; b=F7Hol0S6n7oJ9cCDGPgyVMEJ2WGgir/Lq8KcbFxQmMvc40vffC+XkacMvL0p09PcuE 1UWbwpi5CV1j0lmLsKuiBbzoL9GDucc6tiNc+aSrenkYzxjv5r+K9NoAMQdW6wghvLiy dBxuWBxVFNXmSRdrOKaNLmBrJ8NXFTkRAWMuk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=kf4oISgEEQgTg9qLwJCospYYihq61FYrw/S/aAzKbGSDDn4kxlwEY7fKtPsIXEPrUc ke6Xx8naao2jCeDhBHc5HBLhlPkrtBX89Q0lNYJ26kCb7rHepFG1tRgFspb3rgTjy/+g My4x9oq5gTft2tuc/J/5mkELF6hh7xriCGBgA= MIME-Version: 1.0 Received: by 10.227.157.134 with SMTP id b6mr1699170wbx.59.1308289169014; Thu, 16 Jun 2011 22:39:29 -0700 (PDT) Received: by 10.227.19.197 with HTTP; Thu, 16 Jun 2011 22:39:28 -0700 (PDT) Date: Fri, 17 Jun 2011 01:39:28 -0400 Message-ID: Subject: solr expungeDeletes default value? From: Ryan McKinley To: dev@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 on /trunk expungeDeletes=false by default Is that the most reasonable default? What are the tradeoffs? With expungeDeletes=true, how does that relate to optimize? (sorry if this has already been covered) thanks ryan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org