Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@minotaur.apache.org Received: (qmail 37318 invoked from network); 3 Oct 2009 16:43:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Oct 2009 16:43:48 -0000 Received: (qmail 87899 invoked by uid 500); 3 Oct 2009 16:43:47 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 87811 invoked by uid 500); 3 Oct 2009 16:43:47 -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 87799 invoked by uid 99); 3 Oct 2009 16:43:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Oct 2009 16:43:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Oct 2009 16:43:44 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 798B9234C004 for ; Sat, 3 Oct 2009 09:43:23 -0700 (PDT) Message-ID: <336768807.1254588203490.JavaMail.jira@brutus> Date: Sat, 3 Oct 2009 09:43:23 -0700 (PDT) From: "Matt Weber (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Commented: (SOLR-1488) autoCommit when idle In-Reply-To: <795652611.1254545903588.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SOLR-1488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761910#action_12761910 ] Matt Weber commented on SOLR-1488: ---------------------------------- Forgot to mention, the new parameter used to configure this feature is called idleTime. Here is an example that will commit every 100k docs or after 10 seconds of idle time: 100000 10000 > autoCommit when idle > -------------------- > > Key: SOLR-1488 > URL: https://issues.apache.org/jira/browse/SOLR-1488 > Project: Solr > Issue Type: Improvement > Affects Versions: 1.4 > Reporter: Matt Weber > Priority: Minor > Fix For: 1.4 > > Attachments: SOLR-1488.patch > > > Enable autoCommit to execute after a given amount of idle time (no documents submitted). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.