Hi All,
How do you rebuild the Episerver Search index? (Not episerver find)
I've deleted the contents of my index from the file system, and was hoping by manually triggering the Index Content tool, it would rebuild and regenerate all of the files. The tool being this one: /EPiServer/CMS/Admin/IndexContent.aspx
However, it doesn't. When deleting the generated files and running the tool I'm getting some exceptions:
ERROR EPiServer.Search.IndexingService.IndexingService: Reset of index: '' failed. Index not found!
ERROR EPiServer.Search.Internal.RequestHandler: Could not reset index '' for service uri 'http://localhost/IndexingService/IndexingService.svc/reset/?namedindex=&accesskey=local'. Message: The remote server returned an error: (500) Internal Server Error. at System.Net.HttpWebRequest.GetResponse()
I need to flush out the index as I'm experiencing some problems with new content not getting indexed...
Thanks.