You can set the plugin properties in the default.xml
file.
The Web Crawler contains a number of plugins that perform the core work of the crawler tasks. By using the properties listed in the table, you can configure which plugins to activate and how to handle non-activated plugins that are needed by activated plugins.
Property Name |
Property Value |
---|---|
|
Comma-delimited
list of
directory pathnames (default is |
|
Boolean value (default is |
|
Regular expression. Specifies which plugin IDs to include. Any plugin not matching this expression is excluded. |
|
Regular expression (default is empty). Specifies which plugin IDs to exclude. |
The plugin.folders
property lets you specify the location of the plugins directory.
If you retain the default .../lib/web-crawler/plugins
location, you have to run the web-crawler
startup script from the Web Crawler's root directory. If you specify an abolute path for the location, you can run the script from any other directory on the machine.
To specify the plugins directory: