Lucene.Net problem when trying to delete docs or docTypes
Im running through dozens of umbracoLog records where it says:
Error loading actionhandler 'umbSearchUpdate': System.MissingMethodException: Method not found: 'Int32 Lucene.Net.Index.IndexReader.Delete(Lucene.Net.Index.Term)'. at umbracoUtilities.umbSearchResult.DeleteFromIndex(Int32 PageID) at umbracoUtilities.SearchUpdateActionHandler.Execute(Document documentObject, IAction action) at umbraco.BusinessLogic.Actions.Action.RunActionHandlers(Document d, IAction action)
It happens whenever I delete a document or docType.
Another thing that might be facing the same issue is when I try to empty Recycle Bin which holds around 25 items, dialog says ". When I confirm the deletion, dialog stays there forever, with the same number, and nothing gets deleted.
This happened after emptying recycle bin several times, and every time it deleted couple of items, but it cannot delete the rest..
Umbraco 4.0.1, asp.net 3.5, iis 6, Lucene.Net.dll 2.0.0.4
Lucene.Net problem when trying to delete docs or docTypes
Im running through dozens of umbracoLog records where it says:
Error loading actionhandler 'umbSearchUpdate': System.MissingMethodException: Method not found: 'Int32 Lucene.Net.Index.IndexReader.Delete(Lucene.Net.Index.Term)'.
at umbracoUtilities.umbSearchResult.DeleteFromIndex(Int32 PageID)
at umbracoUtilities.SearchUpdateActionHandler.Execute(Document documentObject, IAction action)
at umbraco.BusinessLogic.Actions.Action.RunActionHandlers(Document d, IAction action)
It happens whenever I delete a document or docType.
Another thing that might be facing the same issue is when I try to empty Recycle Bin which holds around 25 items, dialog says ". When I confirm the deletion, dialog stays there forever, with the same number, and nothing gets deleted.
This happened after emptying recycle bin several times, and every time it deleted couple of items, but it cannot delete the rest..
Umbraco 4.0.1, asp.net 3.5, iis 6, Lucene.Net.dll 2.0.0.4
Anyone has any clue what is going on?
is working on a reply...