Hi every one, i have a problem when implement interface ISearchable to provide articles to search documents store
I open the log file and see the error message as below:
[ERROR] DotNetNuke.Services.Search.Internals.LuceneControllerImpl - Search Document error: Portal ID: 0, Tab ID: 56, Module ID: 581, Mod. Def.ID: 131, Url: , Unique Key: E63BC70F-BA39-4788-A144-9BF7CBE66265, Last Modified: 2013-09-25T14:30:00.0000000, Culture: vi-VN
Lucene.Net.Store.AlreadyClosedException: this IndexWriter is closed
at Lucene.Net.Index.IndexWriter.EnsureOpen(Boolean includePendingClose)
at Lucene.Net.Index.IndexWriter.EnsureOpen()
at Lucene.Net.Index.IndexWriter.DeleteDocuments(Query query)
at DotNetNuke.Services.Search.Internals.InternalSearchControllerImpl.DeleteSearchDocumentInternal(SearchDocument searchDocument, Boolean autoCommit)
at DotNetNuke.Services.Search.Internals.InternalSearchControllerImpl.AddSearchDocumentInternal(SearchDocument searchDocument, Boolean autoCommit)
at DotNetNuke.Services.Search.Internals.InternalSearchControllerImpl.AddSearchDocuments(IEnumerable`1 searchDocuments)
Some articles was added to Search Documents success, but some articles can not add to the Search Documentscause, it cause error like i mention as above.
I used DNN 7.2.1 version.
I set the Search: Site Crawler with the following settings
- Time Lapse: 45 minutes
- Retry Frequency: 10 minutes
- Retain Schedule History: 60
- Run on Event: None
Can you help me to solve this issue.
Thanks