I am trying to set up Examine with our site, on Umbraco 4.7. I have set up the index set, the indexer and the searcher.
However only two files get created in the index folder: segments.gen, and segments_1 and using Luke I can see that nothing gets indexed. I keep getting the following error in umbracoLog:
Error adding to SiteMapProvider: System.InvalidOperationException: Multiple nodes with the same URL '/' were found. XmlSiteMapProvider requires that sitemap nodes have unique URLs. at System.Web.StaticSiteMapProvider.AddNode(SiteMapNode node, SiteMapNode parentNode) at umbraco.presentation.nodeFactory.UmbracoSiteMapProvider.loadNodes(String parentId, SiteMapNode parentNode)
I have republished all my nodes, and I have ever written an xslt procedure to output all Urls. There are no two '/' paths anywhere.
I have read about such problems from other entries in the forum and, as I have mentioned I have tried to follow the information given there, but nothing seems to work in my case. Would someone happen to have an idea about what I can do?
From what I remember it was a very silly mistake on my part. I think I had declared my search indexer in ExamineSettings.config as UmbracoMemberIndexer instead of UmbracoContentIndexer, or done something like that.
Examine multiple nodes problem
Hello everyone,
I am trying to set up Examine with our site, on Umbraco 4.7. I have set up the index set, the indexer and the searcher.
However only two files get created in the index folder: segments.gen, and segments_1 and using Luke I can see that nothing gets indexed. I keep getting the following error in umbracoLog:
Error adding to SiteMapProvider: System.InvalidOperationException: Multiple nodes with the same URL '/' were found. XmlSiteMapProvider requires that sitemap nodes have unique URLs. at System.Web.StaticSiteMapProvider.AddNode(SiteMapNode node, SiteMapNode parentNode) at umbraco.presentation.nodeFactory.UmbracoSiteMapProvider.loadNodes(String parentId, SiteMapNode parentNode)
I have republished all my nodes, and I have ever written an xslt procedure to output all Urls. There are no two '/' paths anywhere.
I have read about such problems from other entries in the forum and, as I have mentioned I have tried to follow the information given there, but nothing seems to work in my case. Would someone happen to have an idea about what I can do?
Thanks
Apparently this was a configuration error on my part. Everything works well now. Sorry for posting a question so fast.
By the way, if anyone is starting out with Examine, I would strongly suggest the following package :)
http://our.umbraco.org/projects/backoffice-extensions/examine-index-admin
Hi Dimitri,
I'm having a similar problem, what did you do to solve it?
Hi Tim!
From what I remember it was a very silly mistake on my part. I think I had declared my search indexer in ExamineSettings.config as UmbracoMemberIndexer instead of UmbracoContentIndexer, or done something like that.
Best regards,
Dimitri
is working on a reply...