I am currently testing LuceneSearch (using codeplex version 1.8.6 and AricieShared 1.9) for our intranet site running on DNN7.4.2. When attempting to index documents in DMX (using version 6.8.11) an "Ambiguous match found" error is showing up for all documents in DMX in the event log. The error message is as follows:
Message:Ambiguous match found.
StackTrace:
at System.RuntimeType.GetMethodImpl(String name, BindingFlags bindingAttr, Binder binder, CallingConventions callConv, Type[] types, ParameterModifier[] modifiers) at System.Type.GetMethod(String name) at Aricie.DNN.Modules.LuceneSearch.ModuleProviders.DocumentExchangeProvider.FillSearchItem(LuceneSearchItemInfo& item, Object entry) at Aricie.DNN.Modules.LuceneSearch.ModuleProviders.DocumentExchangeProvider.GetSearchItems(ModuleInfo modInfo)
Thanks for your help in advance