I've got nforum running on a site along with ublogsy, I'm getting a file not found error on the lucene index segment file when using nforum, both nforum/ublogsy use the ExamineSearch/Lucene.
After some digging around I found that if multiple processes are trying to access the index then it can get corrupted, are they both trying to access the index at the same time and write to it?
LuceneEngine
Anthony
I've got nforum running on a site along with ublogsy, I'm getting a file not found error on the lucene index segment file when using nforum, both nforum/ublogsy use the ExamineSearch/Lucene.
After some digging around I found that if multiple processes are trying to access the index then it can get corrupted, are they both trying to access the index at the same time and write to it?
Any ideas much appreciated.
Pete
Where did you find this info?
http://our.umbraco.org/forum/developers/extending-umbraco/6250-Could-not-find-file-
http://our.umbraco.org/forum/ourumb-dev-forum/bugs/27334-Access-to-the-path-%27ExamineIndexes%5BAnyIndex%5DIndexsegmentsgen%27-is-denied
http://our.umbraco.org/forum/developers/extending-umbraco/2124-lucene-search-problem
There's a possible solution here, haven't tried it yet:
http://our.umbraco.org/forum/developers/api-questions/3306-Lucene-problem-when-creating-a-lot-of-nodes
Pete
is working on a reply...