Show Me Glossary
 

GenieCrawlerPlugin Walk-Through

Previous previous|next Next Page

Before developing and deploying the Genie crawler plug-in, Timothy studies the Oracle Secure Enterprise Search APIs, and lists down all the classes, interfaces, and packages that are available. He then understands the two important Java plug-in API interfaces - CrawlerPluginManager and CrawlerPlugin to create a plug-in.

Timothy begins with GenieCrawlerPlugin.java. This is a public class that implements the CrawlerPlugin interface.

 

Show Me

Show Me

Click here to view the complete pseudo-code of GeneiCrawlerPlugin.java.