Re: cron job update index

2008-09-18 Thread sunnyfr
0:43:40.465 > > > Vary the cron job depending on how frequently and by how many documents > the > DB is updated. If an existing import is running, additional calls to start > an import operation are ignored. > > -- > Regards, > Shalin Shekhar Mangar. > > -- View this message in context: http://www.nabble.com/cron-job-update-index-tp19520468p19547964.html Sent from the Solr - User mailing list archive at Nabble.com.

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
changed since the last > run > (through the use of the last_index_time variable. 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. > > In the output you pasted

Re: cron job update index

2008-09-17 Thread Shalin Shekhar Mangar
anged and the number of documents it has indexed until now. Once it completes, it will show the time at which it committed the changes to the index. The parentDeltaQuery is needed only when you have nested entities and you need to identify changes in the child entities. > > -- > View this message in context: > http://www.nabble.com/cron-job-update-index-tp19520468p19535082.html > Sent from the Solr - User mailing list archive at Nabble.com. > > -- Regards, Shalin Shekhar Mangar.

Re: cron job update index

2008-09-17 Thread sunnyfr
had assumed that you wanted to sync the index between a master and > slaves. > Now I realize that your question was different. > > Look at DataImportHandler and delta imports. You can run delta-imports > through a cron job syncing the database with Solr frequently depending on &g

Re: cron job update index

2008-09-17 Thread Shalin Shekhar Mangar
on was different. Look at DataImportHandler and delta imports. You can run delta-imports through a cron job syncing the database with Solr frequently depending on the update frequency of the database. http://wiki.apache.org/solr/DataImportHandler > > -- > View this message in context:

Re: cron job update index

2008-09-17 Thread sunnyfr
a6230fe23e422f1583f31edbff7b1007 >> > > Yes. > > -- > Regards, > Shalin Shekhar Mangar. > > -- View this message in context: http://www.nabble.com/cron-job-update-index-tp19520468p19533680.html Sent from the Solr - User mailing list archive at Nabble.com.

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
/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 >> Subject: cron job update index >> >>

Re: cron job update index

2008-09-16 Thread Otis Gospodnetic
6, 2008 5:59:01 PM > Subject: cron job update index > > > Hi > Can you give me more explanation about how to manage index update > automatically > I would like to automatically update solr, obviously I have to run snapuller > ?? > And I would like to past data fro

cron job update index

2008-09-16 Thread sunnyfr
View this message in context: http://www.nabble.com/cron-job-update-index-tp19520468p19520468.html Sent from the Solr - User mailing list archive at Nabble.com.