Wasn;t sure exactly where to post this problem, but since I came across it using EZsearch i thought here would be a good start.
I am getting an error when building the external Indexer and this means I have no files in the external Index location, stopping my EZsearch from working. Below is the error I am recieving.
Provider=ExternalIndexer, NodeId=-1
System.Exception: Error indexing queue items,An item with the same key has already been added., IndexSet: ExternalIndexSet
I am using Umbraco version 7.2.4 with the Hybrid framework
Just incase this happens to anyone else, I found the solution.
Not sure where it came from or if it was part of the ezsearch install, but there was a ezsearchbootsrap.cs file found in the controllers section of my website. This was setting up the indexes exactly the same way as umbracoEvents.cs within the hybrid framework. Once i found this it was a simple as commenting out the exsearchbootstrap.cs file and it started working again.
External Indexer fails, same key
Hi,
Wasn;t sure exactly where to post this problem, but since I came across it using EZsearch i thought here would be a good start.
I am getting an error when building the external Indexer and this means I have no files in the external Index location, stopping my EZsearch from working. Below is the error I am recieving.
Provider=ExternalIndexer, NodeId=-1
System.Exception: Error indexing queue items,An item with the same key has already been added., IndexSet: ExternalIndexSet
I am using Umbraco version 7.2.4 with the Hybrid framework
Any help would be greatly appreciated.
Maxi
Hi All,
Just incase this happens to anyone else, I found the solution.
Not sure where it came from or if it was part of the ezsearch install, but there was a ezsearchbootsrap.cs file found in the controllers section of my website. This was setting up the indexes exactly the same way as umbracoEvents.cs within the hybrid framework. Once i found this it was a simple as commenting out the exsearchbootstrap.cs file and it started working again.
Hopefully this will help someone in the future.
Thanks
Maxi
is working on a reply...