After you activate the new plugin, you can run new crawls exactly
as before.
To run the crawl
with the new plugin:
-
Run the Web Crawler.
-
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>
...