about Lucene Replicator

2016-01-25 Thread dancer
Hi, Here is my code to backup index files with Lucene Replicator, but It doesn't work well, No files were backuped. Could you check my code and give me your advice? I bolded the key code. public class IndexFiles { private static Directory dir; private static Path bakPath; private sta

about Lucene replicator

2016-01-25 Thread Dancer
Hi, Here is my code to backup index files with Lucene Replicator, but It doesn't work well, No files were backuped. Could you check my code and give me your advice? I bolded the key code. public class IndexFiles { private static Directory dir; private static P

how to backup index files with Replicator

2016-01-23 Thread Dancer
Hi, here is my code to backup index files with Lucene Replicator,but It doesn't work well, No files were backuped. Could you check my code and give me your advice? public class IndexFiles { private static Directory dir; private static Path bakPath; private static LocalR