Tell Me Glossary
 

Summary

Previous previous|next Next Page
crawlerplugin

To sum-up what you have learned in this module:

The Crawler Plug-in API enables the users to create their own secure crawler plug-in to meet their requirements.

 

As a developer:

List the basic requirements that need to be met and also the technology to be used to design and develop a crawler plug-in
Decide which document attributes need to be extracted before creating the plug-in
Include the necessary Java class files that are needed by the plug-in and include them in the plug-in .jar file
Determine if the plug-in code relies on any library files
Design a Genie crawler plug-in when you need to search the Genie HR application, for which, you need to create a Genie source
Study the Oracle Secure Enterprise Search APIs, and understand the two important Java plug-in API interfaces - CrawlerPluginManager and CrawlerPlugin to create a plug-in
Build the Genie crawler plug-in according to the requirement of the customers