I'm using Examine v1.1 with a CustomDataService and everything was working fine. I must have B0rked somethnig though because I came to rebuild the index today and I'm getting ...
IndexerData = 'Examine.ExamineManager.Instance.IndexerData' threw an exception of type 'System.NotImplementedException'
It's happening when I call ...
ExamineManager.Instance.IndexProviderCollection["ProductIndexer"].RebuildIndex();
Examine System.NotImplementedException
Howdy.
I'm using Examine v1.1 with a CustomDataService and everything was working fine. I must have B0rked somethnig though because I came to rebuild the index today and I'm getting ...
IndexerData = 'Examine.ExamineManager.Instance.IndexerData' threw an exception of type 'System.NotImplementedException'
It's happening when I call ... ExamineManager.Instance.IndexProviderCollection["ProductIndexer"].RebuildIndex();
Anyone had this before?
ta
Actually, that's not the error at all.
When I call RebuildIndex, the error is "Value cannot be null. Parameter name: value"
Does that point to the data I'm trying to index maybe?
It was the data. I wasn't checking for when then db field was empty.
is working on a reply...