Opening the sample plugin project

For the purpose of this sample, you load the sample parse filter plugin project. If you were creating your own plugin, you would create your own Eclipse project.

To open the sample plugin project:

  1. Start Eclipse.
  2. Import the sample plugin project from the custom-web-crawler-plugin directory:
    1. Open the File menu.
    2. Click Import.
    3. Expand the General folder.
    4. Select Existing Projects into Workspace and click Next.
    5. Click Browse and navigate to IAS\<version>\sample\custom-web-crawler-plugin.
    6. Click Ok.
    7. Check Copy projects into workspace then click Finish.

Under the filter-htmlmetatags project, note the src\java directory that contains the com.endeca.eidi.web.parse package and the source file.