Opening the sample plug-in project
For the purpose of this sample, you load the sample parse filter plug-in project. If you were creating your own plug-in, you would create your own Eclipse project.
To open the sample plug-in project:
Start Eclipse.
Import the sample plug-in project from the custom-web-crawler-plugin
directory:
Open the File menu.
Click Import.
Expand the General folder.
Select Existing Projects into Workspace and click Next.
Click Browse and navigate to CAS\version
\sample\custom-web-crawler-plugin
.
Click Ok.
Check Copy projects into workspace then click Finish.
Under the filter-htmlmetatags
project, note the src\java
directory that contains the com.endeca.itl.web.parse
package and the source file.