Show Me Glossary
 

FileCrawlerPlugin Walk-Through

Previous previous|next Next Page

Before developing and deploying the customized File crawler plug-in, Timothy studies the sample File crawler plug-in that ships with Oracle SES.

Timothy begins with FileCrawlerPlugin.java. This is a public class that implements the CrawlerPlugin interface. This class performs the actual crawling. The new files are located, added to the queue, and finally submitted for indexing.

 

Show Me

Show Me