Re: cron job update index

2008-09-18 Thread sunnyfr
Ok Thanks it's very clear. Just do you know why my cron job doesn't work : # m h dom mon dow command */5 * * * * /usr/bin/wget http://solr-test.books.com:8080/solr/books/dataimport?command=delta-import When I go to check the date in conf/dataimport.properties, the date and hour doesn't change

Re: cron job update index

2008-09-17 Thread Shalin Shekhar Mangar
On Wed, Sep 17, 2008 at 9:42 PM, sunnyfr <[EMAIL PROTECTED]> wrote: > > Sorry but silly question about "Then the main "query" is > executed for each primary key identified by the deltaQuery. This main query > is used to create the documents and index them." > > I don't see in the code the link be

Re: cron job update index

2008-09-17 Thread sunnyfr
Thanks it's clear now, It just means loads of documents has changed. Sorry but silly question about "Then the main "query" is executed for each primary key identified by the deltaQuery. This main query is used to create the documents and index them." I don't see in the code the link between the

Re: cron job update index

2008-09-17 Thread Shalin Shekhar Mangar
On Wed, Sep 17, 2008 at 9:14 PM, sunnyfr <[EMAIL PROTECTED]> wrote: > > Am I doing something wrong or not? > Every time I start (manually) delta-import > (.../dataimport?command=delta-import) > and then I go back to check the statut : http://.../solr/books/dataimport, > it's still running like it

Re: cron job update index

2008-09-17 Thread sunnyfr
No actually I worked as well on replication so both answers are interesting. Ok Just saw that, I've to create a cron job that uses wget to hit the delta import, every 5mn or so. Am I doing something wrong or not? Every time I start (manually) delta-import (.../dataimport?command=delta-import) and

Re: cron job update index

2008-09-17 Thread Shalin Shekhar Mangar
On Wed, Sep 17, 2008 at 8:12 PM, sunnyfr <[EMAIL PROTECTED]> wrote: > > According to the fact that a Collection is a Lucene collection is a > directory of files. These comprise the indexed and returnable data of a > Solr > search repository. > > I just want to be sure because this page speak about

Re: cron job update index

2008-09-17 Thread sunnyfr
hi, According to the fact that a Collection is a Lucene collection is a directory of files. These comprise the indexed and returnable data of a Solr search repository. I just want to be sure because this page speak about : http://wiki.apache.org/solr/CollectionDistribution#head-9f393ae2a6230fe23

Re: cron job update index

2008-09-17 Thread Shalin Shekhar Mangar
On Wed, Sep 17, 2008 at 1:37 PM, sunnyfr <[EMAIL PROTECTED]> wrote: > is it this one ? > > > http://wiki.apache.org/solr/CollectionDistribution#head-9f393ae2a6230fe23e422f1583f31edbff7b1007 > Yes. -- Regards, Shalin Shekhar Mangar.

Re: cron job update index

2008-09-17 Thread sunnyfr
is it this one ? http://wiki.apache.org/solr/CollectionDistribution#head-9f393ae2a6230fe23e422f1583f31edbff7b1007 Otis Gospodnetic wrote: > > Hi Sunny, > > There is a very detailed page about this on the Wiki. Have you seen it? > > > Otis -- > Sematext -- http://sematext.com/ -- Lucene -

Re: cron job update index

2008-09-16 Thread Otis Gospodnetic
Hi Sunny, There is a very detailed page about this on the Wiki. Have you seen it? Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: sunnyfr <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Tuesday, September 16, 2008 5:59:01 PM