Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 64887 invoked from network); 2 Jun 2010 09:09:40 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Jun 2010 09:09:40 -0000 Received: (qmail 57406 invoked by uid 500); 2 Jun 2010 09:09:38 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 57377 invoked by uid 500); 2 Jun 2010 09:09:38 -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 57369 invoked by uid 99); 2 Jun 2010 09:09:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jun 2010 09:09:38 +0000 X-ASF-Spam-Status: No, hits=1.6 required=10.0 tests=AWL,FREEMAIL_FROM,HTML_MESSAGE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jonty.rhods@gmail.com designates 209.85.214.176 as permitted sender) Received: from [209.85.214.176] (HELO mail-iw0-f176.google.com) (209.85.214.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jun 2010 09:09:33 +0000 Received: by iwn3 with SMTP id 3so1485082iwn.35 for ; Wed, 02 Jun 2010 02:09:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=9e2GqRvd7in4Xgd0NNBKw83Q1r+lJdoyxA8ICMaJFz4=; b=AjSm8aWz3aT+3dIgHCY+JetDvBhSwbu+2Xxb8jFlWQKhnlV2uUblCtXCbYMnhy69eY 3u3lMqnIemnaCiXhpWfLnxHVOB11xTGau+MfNio+n/xZuM0dINIEY5/0NnWkX5eZUwzc ZszQpT1KrIgg4NSZpXd7JXxIOKYS9Dhby16us= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=PEpvzTev8o4BcurorBhiBwFJ+H6mZWKe9fKzU65Q685Ssm8MWvWTb9uJ+yncJ6qkX5 HH62IUcPXzg41HTMkHExBglHNPWqyFxOW7/lm/uo+U9+IGaG09uf+An/ZqI6eN2jdX5y yAm4LYvKOh9wIrj/R/sJIPGdDAjsSWG8SnfPo= MIME-Version: 1.0 Received: by 10.231.158.132 with SMTP id f4mr9529106ibx.52.1275469752958; Wed, 02 Jun 2010 02:09:12 -0700 (PDT) Received: by 10.231.36.5 with HTTP; Wed, 2 Jun 2010 02:09:12 -0700 (PDT) In-Reply-To: <4C061699.7090406@yahoo.de> References: <4C061699.7090406@yahoo.de> Date: Wed, 2 Jun 2010 14:39:12 +0530 Message-ID: Subject: Re: logic for auto-index From: Jonty Rhods To: solr-user@lucene.apache.org Content-Type: multipart/alternative; boundary=0050450144e38bff36048808715c --0050450144e38bff36048808715c Content-Type: text/plain; charset=ISO-8859-1 Hi Peter, actually I want the index process should start automatically. right now I am doing mannually. same thing I want to start indexing when less load on server i.e. late night. So setting auto will fix my problem.. On Wed, Jun 2, 2010 at 2:00 PM, Peter Karich wrote: > Hi Jonty, > > what is your specific problem? > You could use a cronjob or the Java-lib called quartz to automate this > task. > Or did you mean replication? > > Regards, > Peter. > > > Hi All, > > > > I am very new to solr as well as java too. > > I require to use solrj for indexing also require to index automatically > once > > in 24 hour. > > I wrote java code for indexing now I want to do further coding for > automatic > > process. > > Could you suggest or give me sample code for automatic index process.. > > please help.. > > > > with regards > > Jonty. > > > --0050450144e38bff36048808715c--