[ANNOUNCE] Apache Lucene 5.3.2 released

2016-01-23 Thread Anshum Gupta
23 January 2016, Apache Lucene™ 5.3.2 available The Lucene PMC is pleased to announce the release of Apache Lucene 5.3.2 Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires ful

[ANNOUNCE] Apache Lucene 5.4.1 released

2016-01-23 Thread Adrien Grand
23 January 2016, Apache Lucene™ 5.4.1 available The Lucene PMC is pleased to announce the release of Apache Lucene 5.4.1 Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires ful

Re: how to backup index files with Replicator

2016-01-23 Thread will martin
Hi Dancer: Found this thread with good info that may be irrelevant to your scenario but, this in particular struck me writer.waitForMerges(); writer.commit(); replicator. replicate(new IndexRevision(writer)); writer.close(); — even though writer.close() can

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

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;