Hi,
I have repeatedly experienced problems with the indexing process - the index consists of 1.3 + million entries.
The problem that occurs is:
Error message: Can not overwrite: E:\iis\ xx.xxxxxxxx.xx\Files\System\_search\Results\index\ _2y.cfs
Call Stack: to Lucene.Net.Store.FSDirectory.InitOutput (String name)
to Lucene.Net.Store.SimpleFSDirectory.CreateOutput (String name)
to Lucene.Net.Index.CompoundFileWriter.Close ()
to Lucene.Net.Index.DocumentsWriter.CreateCompoundFile (String segment)
to Lucene.Net.Index.IndexWriter.DoFlushInternal (Boolean flushDocStores, Boolean flushDeletes)
to Lucene.Net.Index.IndexWriter.DoFlush (Boolean flushDocStores, Boolean flushDeletes)
to Lucene.Net.Index.IndexWriter.PrepareCommit (IDictionary `2 commitUserData, Boolean internal_Renamed)
to Lucene.Net.Index.IndexWriter.Commit (IDictionary `2 commitUserData)
to Dynamicweb.Searching.Management.IndexUpdater.Commit ()
to Dynamicweb.Searching.Indexer.PerformIndexModifications (Index Update Parameters parameter, IEnumerable `1 data IndexModificationResult addToResult)
to Dynamicweb.Searching.Indexer.PerformIndexModifications (IEnumerable `1 fromEntries, Index Update Parameters parameters)
to Dynamicweb.Searching.Indexer.PerformUpdate (IEnumerable `1 data IndexerQueueContentType expectedContentType, Index Update Parameters parameters)
to Dynamicweb.Searching.IndexManager.UpdateIndexInternal (Indexer in Boolean isFullUpdate, Boolean updateSpell, IDictionary `2 flags)
Does any one know how to avoid that?