Reputation: 464
I am trying to rebuild my internal index. I am using tools such as the examine dashboard that clear the index and re-run indexing.
For some reason this always results in an exception and I am left with no index. This is probably due to "ghost" content in the database or something like that.
This is the exception:
[SqlHelperException: Umbraco Exception (DataLayer): SQL helper exception in ExecuteXmlReader]
umbraco.DataLayer.SqlHelper`1.ExecuteXmlReader(String commandText, IParameter[] parameters) in C:\tfs\xo\rotiseme.xo.gr\Indice\umbraco_4.7.1\umbraco\datalayer\SqlHelper.cs:272
umbraco.cms.businesslogic.web.Document.importXml() +185
Any ideas how I can recover from this?
Upvotes: 1
Views: 2987
Reputation: 10400
The internal index is usually stored in ~/App_Data/TEMP/ExamineIndexes/Internal/Index/
You could delete all files from this folder and then republish your site. This should trigger the re-indexing of your site.
Upvotes: 1