ChildMetadataSelector

A list of CSS selectors that identify elements in the child document to extract metadata from. The content of each matching element is extracted and added to the child document metadata. If you combine this parameter with ChildMetadataAttribute then the value of the specified attribute is extracted and added to the child document metadata instead.

Specify the selectors relative to the element identified by ChildDocumentSelector. You can type a comma-separated list or use numbered parameters.

To specify the name of the document field(s) to contain the extracted information, set the configuration parameter ChildMetadataFieldName. ChildMetadataSelector and ChildMetadataFieldName must have the same number of values.

Type: String (comma-separated list)
Default:  
Required: No
Configuration Section: Any section specified by ChildDocumentSection
Example:
ChildMetadataFieldName0=author
ChildMetadataSelector0=p.author
See Also:

ChildMetadataAttribute

ChildMetadataFieldName

ChildReferenceSelector