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

ask for help about lucene replicator

2016-01-24 Thread juzhen
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? package com.wilddog.lucene; import java.io.IOException; import java.nio.file.Path; import java.nio.file.Paths; import java.util.c

ask for help about Lucene Replicator

2016-01-23 Thread juzhen
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 LocalReplicator replicator;