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:
<ExamineIndexProviders> <providers> <add name="SupportIndexer" type="UmbracoExamine.UmbracoContentIndexer, UmbracoExamine" supportProtected="true" supportUnpublished="false" analyzer="Lucene.Net.Analysis.Standard.StandardAnalyzer, Lucene.Net"/> </providers> </ExamineIndexProviders> <ExamineSearchProviders defaultProvider="ExternalSearcher"> <providers> <add name="SupportSearcher" type="UmbracoExamine.UmbracoExamineSearcher, UmbracoExamine" analyzer=" Lucene.Net.Analysis.KeywordAnalyzer, Lucene.Net" enableLeadingWildcards="true"/> </providers> </ExamineSearchProviders>