25 lines
882 B
XML
25 lines
882 B
XML
<?xml version="1.0"?>
|
|
<!--
|
|
Umbraco examine is an extensible indexer and search engine.
|
|
This configuration file can be extended to add your own search/index providers.
|
|
Index sets can be defined in the ExamineIndex.config if you're using the standard provider model.
|
|
|
|
More information and documentation can be found on Our:
|
|
https://our.umbraco.com/Documentation/Reference/Searching/Examine/
|
|
https://our.umbraco.com/Documentation/Reference/Config/ExamineIndex/
|
|
https://our.umbraco.com/Documentation/Reference/Config/ExamineSettings/
|
|
-->
|
|
<Examine>
|
|
<ExamineIndexProviders>
|
|
<providers>
|
|
</providers>
|
|
</ExamineIndexProviders>
|
|
|
|
<ExamineSearchProviders>
|
|
<providers>
|
|
<add name="MultiIndexSearcher" type="Examine.LuceneEngine.Providers.MultiIndexSearcher, Examine" indexes="InternalIndex,ExternalIndex" />
|
|
</providers>
|
|
</ExamineSearchProviders>
|
|
|
|
</Examine>
|