ExtensionDirectories[]=extension1
ExtensionDirectories[]=extension2
...
This setting can be used to specify the extension directories where eZ Publish will look for search engine plugins. By default, eZ Publish will look for plugins in the "search/plugins/" subdirectory inside your extension(s).
If you have an extension "findme" that includes a search engine plugin called "myengine", you'll need to put the following lines into an override for the "site.ini" configuration file:
[SearchSettings] ExtensionDirectories[]=findme SearchEngine=myengine
eZ Publish will look for the search engine plugin at "extension/findme/search/plugins/myengine/myengine.php".
Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2013 eZ Systems AS (except where otherwise noted). All rights reserved.