Not logged in - Login
< back

Examine Search

Edit the files: config/ExamineIndex.config config/ExamineSettings.config

In the file "config/ExamineIndex.config" Add the tag:

 <IndexSet SetName="SupportIndexSet" IndexPath="~/App_Data/TEMP/ExamineIndexes/Support/" IndexParentId="2130">
  </IndexSet>

In the file "config/ExamineSettings.config" Add the tags:

 
<add name="SupportIndexer" type="UmbracoExamine.UmbracoContentIndexer, UmbracoExamine"
         supportProtected="true"
         supportUnpublished="false"
         analyzer="Lucene.Net.Analysis.Standard.StandardAnalyzer, Lucene.Net"/>

<add name="SupportSearcher" type="UmbracoExamine.UmbracoExamineSearcher, UmbracoExamine"
           analyzer=" Lucene.Net.Analysis.KeywordAnalyzer, Lucene.Net" enableLeadingWildcards="true"/>