2017-10-30 11:02:10 [Daisy index flusher for indexstore] [org.outerj.daisy.ftindex.FullTextNamespaceIndexImpl] DEBUG: Closing and reopening lucene index writer in order to flush changes.
2017-10-30 11:02:10 [Daisy index flusher for indexstore] [org.outerj.daisy.ftindex.FullTextNamespaceIndexImpl] ERROR: Error updating fulltext index writer.
java.io.FileNotFoundException: F:\gykj\BeX5-small-5.2.7\data\doc\indexstore\_nk3.cfs (系统找不到指定的文件。)
at java.io.RandomAccessFile.open(Native Method)
at java.io.RandomAccessFile.<init>(RandomAccessFile.java:216)
at org.apache.lucene.store.FSDirectory$FSIndexInput$Descriptor.<init>(FSDirectory.java:506)
at org.apache.lucene.store.FSDirectory$FSIndexInput.<init>(FSDirectory.java:536)
at org.apache.lucene.store.FSDirectory.openInput(FSDirectory.java:445)
at org.apache.lucene.index.CompoundFileReader.<init>(CompoundFileReader.java:70)
at org.apache.lucene.index.SegmentReader.initialize(SegmentReader.java:181)
at org.apache.lucene.index.SegmentReader.get(SegmentReader.java:167)
at org.apache.lucene.index.SegmentReader.get(SegmentReader.java:131)
at org.apache.lucene.index.IndexWriter.maybeApplyDeletes(IndexWriter.java:2028)
at org.apache.lucene.index.IndexWriter.mergeSegments(IndexWriter.java:1911)
at org.apache.lucene.index.IndexWriter.flushRamSegments(IndexWriter.java:1741)
at org.apache.lucene.index.IndexWriter.flushRamSegments(IndexWriter.java:1733)
at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:874)
at org.outerj.daisy.ftindex.FullTextNamespaceIndexImpl.closeIndexWriter(Unknown Source)
at org.outerj.daisy.ftindex.FullTextNamespaceIndexImpl.updateWriter(Unknown Source)
at org.outerj.daisy.ftindex.FullTextNamespaceIndexImpl.access$300(Unknown Source)
at org.outerj.daisy.ftindex.FullTextNamespaceIndexImpl$IndexFlusher.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)