Getting following exception when i try to commit the index 2nd time onwards.

fyi..I am sending commit command via http post just to reload the index.

at java.lang.Thread.run(Thread.java:595)
y: org.apache.lucene.store.AlreadyClosedException: this Directory is clo

at org.apache.lucene.store.Directory.ensureOpen(Directory.java:220)
at org.apache.lucene.store.FSDirectory.list(FSDirectory.java:320)
at org.apache.lucene.index.SegmentInfos$FindSegmentsFile.run(SegmentInfo
33)
at org.apache.lucene.index.SegmentInfos.readCurrentVersion(SegmentInfos.
)
at org.apache.lucene.index.DirectoryIndexReader.isCurrent(DirectoryIndex
ava:188)
at org.apache.lucene.index.DirectoryIndexReader.reopen(DirectoryIndexRea
:124)
at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1015)
... 26 more

Reply via email to