TableCrawlerPlugin Walk-through |
||||||
|
Before developing and deploying the customized Table crawler plug-in, Timothy studies the sample Table crawler plug-in that ships with Oracle SES. Timothy begins with TableCrawlerPlugin.java. This is a public class that implements the CrawlerPlugin interface. The plugin thread is first constructed to crawl the tables.The thread establishes connection to the database and then fetches content, additional attributes, and ACLs for each document. Timothy finds this Java file at : $ORACLE_HOME/search/sample/agent/db/app/crawler/db directory. |
||||||