Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0806117F22 for ; Tue, 7 Oct 2014 02:58:33 +0000 (UTC) Received: (qmail 7163 invoked by uid 500); 7 Oct 2014 02:58:28 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 7088 invoked by uid 500); 7 Oct 2014 02:58:28 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 7077 invoked by uid 99); 7 Oct 2014 02:58:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Oct 2014 02:58:28 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.192.54] (HELO mail-qg0-f54.google.com) (209.85.192.54) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Oct 2014 02:58:21 +0000 Received: by mail-qg0-f54.google.com with SMTP id z107so4741580qgd.27 for ; Mon, 06 Oct 2014 19:57:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=F6Oq5EhQLjrvqZ6X9kCq4tU1to5mamcCXiY3JHVvxIk=; b=eiSzSteaiaPLZcC5iXSf0Iz9bDxHATE7SC/ZYJNUGOguVjnUeNP90yh8OgfpPbC9NT 7JqyFGEqeSijVA+NSSR5fUHWpfl2hrNE6X5lENqcIAvUSlYsGCS5rBDHiY4tK5VIABMH yIjz0VcaWJLPQ4NEw2a1zMN787JqQOgOkucD/wvLl1ndBmEoH+SNv0VhQS2reiYzof9C yzX73iQoUzNGBz9wOP67AEgG4amVvBiI+rkOcV3WMtyD1BhktYmnVcpAqZhBJGuhqHQL K9K83aovv0npJs4W8Ikyx19nshyHZWAnKSN+mwx5uTZyBDJIOQMfvRbTuqkjSNOn/Z4q oDJw== X-Gm-Message-State: ALoCoQm+yEMjz+iy3VmQiM7pMtdunAXH2qvi1RH5ka8v+h3WItnWruWZmVFJGx9BMOK3ds4Uza2s X-Received: by 10.229.44.137 with SMTP id a9mr853499qcf.14.1412650679867; Mon, 06 Oct 2014 19:57:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.74.74 with HTTP; Mon, 6 Oct 2014 19:57:39 -0700 (PDT) X-Originating-IP: [182.69.132.114] In-Reply-To: References: From: Gora Mohanty Date: Tue, 7 Oct 2014 08:27:39 +0530 Message-ID: Subject: Re: data import handler clarifications/ pros and cons. To: "solr-user@lucene.apache.org" Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org On 6 October 2014 18:40, Karunakar Reddy wrote: > > Hey Alex, > Thanks for your reply. > Is delta-import handler configurable? say if I want to update documents > every 20 mins is it possible through any configuration/settings like > autocommit? As a delta-import involves loading a URL, you can do this through a scheduler on your OS. On Linux, we have a cron job that uses curl. I do not see a big argument for Solr to include a scheduler. Regards, Gora