I know this was been discussed before, but I cannot find anything. As far as I remember, to disable lucene all i had to do was to delete the dll. Well, I did that but now I cannot empty the recycle bin on 4.0.3. The error from /umbraco/webservices/trashcan.asmx/EmptyTrashcan is
"Message":"Could not load file or assembly \u0027Lucene.Net, Version=2.0.0.4, Culture=neutral, PublicKeyToken=null\u0027 or one of its dependencies. The system cannot find the file specified.","StackTrace":" at umbraco.cms.businesslogic.index.Indexer.RemoveNode(Int32 Id)\r\n at umbraco.cms.businesslogic.CMSNode.delete()\r\n at umbraco.cms.businesslogic.Content.delete()\r\n at umbraco.cms.businesslogic.web.Document.delete()\r\n at umbraco.cms.businesslogic.web.Document.delete()\r\n at umbraco.presentation.webservices.trashcan.emptyTrashCanDo()\r\n at umbraco.presentation.webservices.trashcan.EmptyTrashcan()","ExceptionType":"System.IO.FileNotFoundException"
remove lucene
Hello,
I know this was been discussed before, but I cannot find anything. As far as I remember, to disable lucene all i had to do was to delete the dll. Well, I did that but now I cannot empty the recycle bin on 4.0.3. The error from /umbraco/webservices/trashcan.asmx/EmptyTrashcan is
"Message":"Could not load file or assembly \u0027Lucene.Net, Version=2.0.0.4, Culture=neutral, PublicKeyToken=null\u0027 or one of its dependencies. The system cannot find the file specified.","StackTrace":" at umbraco.cms.businesslogic.index.Indexer.RemoveNode(Int32 Id)\r\n at umbraco.cms.businesslogic.CMSNode.delete()\r\n at umbraco.cms.businesslogic.Content.delete()\r\n at umbraco.cms.businesslogic.web.Document.delete()\r\n at umbraco.cms.businesslogic.web.Document.delete()\r\n at umbraco.presentation.webservices.trashcan.emptyTrashCanDo()\r\n at umbraco.presentation.webservices.trashcan.EmptyTrashcan()","ExceptionType":"System.IO.FileNotFoundException"
So, is there a way to remove lucene?
is working on a reply...