On Wed, Jul 16, 2008 at 9:57 AM, Noble Paul നോബിള് नोब्ळ् <[EMAIL PROTECTED]> wrote: > You are right > It does not create copies. It uses the deletion policy to identify the deltas. > It works in a platform independent way. No OS specific commands used
Cool. I'll try it out today. -Yonik > On Wed, Jul 16, 2008 at 7:03 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote: >> On Wed, Jul 16, 2008 at 7:43 AM, Noble Paul നോബിള് नोब्ळ् >> <[EMAIL PROTECTED]> wrote: >>> http://issues.apache.org/jira/browse/SOLR-561 >>> >>> The latest patch makes some serious changes to the core Solr classes . >>> I wish somebody (who knows the core well) to take a look at the >>> changes and comment on those changes. >>> The major changes are >>> * index directory can change . (SolrCore, SolrIndexReader, SolrIndexWriter) >>> * Core reload (SolrDispatchFilter, CoreDescriptor,MultiCore, >>> MultiCoreHandler) >>> * IndexDeletionPolicy (This patch is Yonik's) >> >> I couldn't tell from reading the JIRA comments - can this now avoid >> copying and replicate directly from the main remote index into the >> local index? >> >> If we finally have a replication strategy that will work for >> efficiently for Windows users also, then I'd put this issue high on my >> personal list of priorities :-) >> >> -Yonik >> > > > > -- > --Noble Paul >
