File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
src/Umbraco.Web.UI/config Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ More information and documentation can be found on CodePlex: http://umbracoexami
33
33
<add name =" ExternalSearcher" type =" UmbracoExamine.UmbracoExamineSearcher, UmbracoExamine" />
34
34
35
35
<add name =" InternalMemberSearcher" type =" UmbracoExamine.UmbracoExamineSearcher, UmbracoExamine"
36
- analyzer =" Lucene.Net.Analysis.Standard.StandardAnalyzer, Lucene.Net" enableLeadingWildcards =" true" />
36
+ analyzer =" Lucene.Net.Analysis.Standard.StandardAnalyzer, Lucene.Net" enableLeadingWildcard =" true" />
37
37
38
38
</providers >
39
39
</ExamineSearchProviders >
Original file line number Diff line number Diff line change @@ -19,21 +19,21 @@ More information and documentation can be found on CodePlex: http://umbracoexami
19
19
supportProtected =" true"
20
20
analyzer =" Lucene.Net.Analysis.Standard.StandardAnalyzer, Lucene.Net" />
21
21
22
- <!-- default external indexer, which excludes protected and unpublished pages-->
23
- <add name =" ExternalIndexer" type =" UmbracoExamine.UmbracoContentIndexer, UmbracoExamine" />
24
-
22
+ <!-- default external indexer, which excludes protected and unpublished pages-->
23
+ <add name =" ExternalIndexer" type =" UmbracoExamine.UmbracoContentIndexer, UmbracoExamine" />
24
+
25
25
</providers >
26
26
</ExamineIndexProviders >
27
27
28
28
<ExamineSearchProviders defaultProvider =" ExternalSearcher" >
29
29
<providers >
30
30
<add name =" InternalSearcher" type =" UmbracoExamine.UmbracoExamineSearcher, UmbracoExamine"
31
31
analyzer =" Lucene.Net.Analysis.WhitespaceAnalyzer, Lucene.Net" />
32
-
32
+
33
33
<add name =" ExternalSearcher" type =" UmbracoExamine.UmbracoExamineSearcher, UmbracoExamine" />
34
-
34
+
35
35
<add name =" InternalMemberSearcher" type =" UmbracoExamine.UmbracoExamineSearcher, UmbracoExamine"
36
- analyzer =" Lucene.Net.Analysis.Standard.StandardAnalyzer, Lucene.Net" enableLeadingWildcards =" true" />
36
+ analyzer =" Lucene.Net.Analysis.Standard.StandardAnalyzer, Lucene.Net" enableLeadingWildcard =" true" />
37
37
38
38
</providers >
39
39
</ExamineSearchProviders >
You can’t perform that action at this time.
0 commit comments