removed my test examine settings
This commit is contained in:
@@ -22,24 +22,6 @@ More information and documentation can be found on CodePlex: http://umbracoexami
|
||||
<!-- default external indexer, which excludes protected and published pages-->
|
||||
<add name="ExternalIndexer" type="UmbracoExamine.UmbracoContentIndexer, UmbracoExamine"/>
|
||||
|
||||
<add name="WebsiteIndexer" type="UmbracoExamine.UmbracoContentIndexer, UmbracoExamine"
|
||||
dataService="UmbracoExamine.DataServices.UmbracoDataService, UmbracoExamine"
|
||||
indexSet="WebsiteIndexSet"
|
||||
supportUnpublished="false"
|
||||
supportProtected="true"
|
||||
runAsync="true"
|
||||
interval="10"
|
||||
analyzer="Lucene.Net.Analysis.Standard.StandardAnalyzer, Lucene.Net"
|
||||
enableDefaultEventHandler="true"/>
|
||||
|
||||
<add name="PDFIndexer" type="UmbracoExamine.PDF.PDFIndexer, UmbracoExamine.PDF"
|
||||
extensions=".pdf"
|
||||
umbracoFileProperty="umbracoFile"/>
|
||||
|
||||
<!--<add name="OfficeIndexer" type="CLIENTNAME.BusinessLogic.Search.OfficeIndexer, CLIENTNAME.BusinessLogic"
|
||||
extensions=".docx,.doc,.txt"
|
||||
umbracoFileProperty="umbracoFile"/>-->
|
||||
|
||||
</providers>
|
||||
</ExamineIndexProviders>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user