RE: how to do offline adding/updating index

2011-06-03 Thread vrpar...@gmail.com
Thanks to all, i done by using multicore, vishal parekh -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-do-offline-adding-updating-index-tp2923035p3019219.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: how to do offline adding/updating index

2011-05-11 Thread Jonathan Rochkind
much of a pain as that can be. It seems there are lots of significant variables. From: kenf_nc [ken.fos...@realestate.com] Sent: Tuesday, May 10, 2011 4:01 PM To: solr-user@lucene.apache.org Subject: Re: how to do offline adding/updating index Master/slave

RE: how to do offline adding/updating index

2011-05-11 Thread Jonathan Rochkind
___ From: kenf_nc [ken.fos...@realestate.com] Sent: Wednesday, May 11, 2011 9:46 AM To: solr-user@lucene.apache.org Subject: Re: how to do offline adding/updating index My understanding is that the Master has done all the indexing, that replication is a series of file copie

Re: how to do offline adding/updating index

2011-05-11 Thread kenf_nc
so a reasonable trade off. -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-do-offline-adding-updating-index-tp2923035p2927336.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how to do offline adding/updating index

2011-05-10 Thread Markus Jelsma
Replication large files can be bad for OS page cache as files being written are also written to the page cache. Search latency can grow due to I/O for getting the current index version back into memory. Also, Solr cache warming can casue a doubling of your heap usage. Frequent replication in an

Re: how to do offline adding/updating index

2011-05-10 Thread Mike Sokolov
oving parts for swapping search servers or anything like that. -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-do-offline-adding-updating-index-tp2923035p2924426.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how to do offline adding/updating index

2011-05-10 Thread kenf_nc
fresh itself, quickly, efficiently, minimal impact to search performance. No need to build extra moving parts for swapping search servers or anything like that. -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-do-offline-adding-updating-index-tp2923035p2924426.html Sent fro

Re: how to do offline adding/updating index

2011-05-10 Thread Mike Sokolov
er way? Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-do-offline-adding-updating-index-tp2923035p2923035.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: how to do offline adding/updating index

2011-05-10 Thread Michael McCandless
d i use multicore-with merge and swap or delta query or any other > way? > > Thanks > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/how-to-do-offline-adding-updating-index-tp2923035p2923035.html > Sent from the Solr - User mailing list archive at Nabble.com. >

RE: how to do offline adding/updating index

2011-05-10 Thread Jonathan Rochkind
en swapping the indexes out. From: vrpar...@gmail.com [vrpar...@gmail.com] Sent: Tuesday, May 10, 2011 9:22 AM To: solr-user@lucene.apache.org Subject: how to do offline adding/updating index Hello all, indexing with dataimporthandler runs every hour

how to do offline adding/updating index

2011-05-10 Thread vrpar...@gmail.com
or any other way? Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-do-offline-adding-updating-index-tp2923035p2923035.html Sent from the Solr - User mailing list archive at Nabble.com.