Show Me Glossary
 

TableCrawlerPluginManager Walk-through

Previous previous|next Next Page

Timothy now looks at the TableCrawlerPluginManager.java. This implements the CrawlerPluginManager interface, that is used by a crawler plugin to submit URL-related data to the crawler. This class returns information about the plugin, including required user parameters. It also instantiates a TableCrawlerPlugin worker thread, handing each thread a separate database connection for processing documents in a database.

Timothy analyzes TableCrawlerPluginManager.java.

Timothy finds this Java file at : $ORACLE_HOME/search/sample/agent/db/app/crawler/db directory.

Show Me

Show Me