Running the Web Crawler with a new plugin

After you activate the new plugin, you can run new crawls exactly as before.

To run the crawl with the new plugin:
  1. Run the Web Crawler.
  2. Examine the record output to verify that returned records contain the new properties from the plugin.

Example of a record returned with new properties

In this example, the "description" and "keywords" meta tags are returned. A returned record with the new Endeca.Document.HTML.MetaTag properties looks as follows:
...
<PROP NAME="Endeca.Document.HTML.MetaTag.description">
  <PVAL>XYX.com provides sports coverage.</PVAL>
</PROP>
<PROP NAME="Endeca.Document.HTML.MetaTag.keywords">
  <PVAL>XYX.com, sports scores, sports news.</PVAL>
</PROP>
...