Hi, we´re very interested in purchase lucene search module, but we are having problems trying to install it in DNN Professional edition. Could you help us?. We are having an error on step 4 from manual.
Thanks
 
Hi,
Have you installed Aricie.Shared (free required component). You can find it at download area.
What 's exactly your error ?
What is your version of DNN Professional ?
The manual was a little old. We're updating it.
Regards
Paragraph 3 ("Installing module Aricie.LuceneSearch") was obsolete. Now, you don't have to change your web.config. When you deploy module Aricie.LuceneSearch on a page, there is a button "Install LuceneSearch". Instructions to follow : 1) Change your web.config to rewind.        <searchIndex defaultProvider="ModuleIndexProvider">               <providers>                <clear />                      <add name="ModuleIndexProvider" type="DotNetNuke.Services.Search.ModuleIndexer, DotNetNuke.Search.Index" providerPath="~\Providers\SearchProviders\ModuleIndexer\" />               </providers>        </searchIndex> 2) Deploy module Aricie.LuceneSearch on a page 3) Click on "Install LuceneSearch" to update your web.config automatically.