ScourEntities
The connector indexes information from Drupal by crawling one or more views that you specify with the ViewURIs parameter.
The connector can also follow links from the entities that it retrieves. However, the connector only retrieves the linked entities if their type matches one of the types specified by the ScourEntities
parameter.
Set this parameter to a comma-separated list of the entity types to retrieve by following a link from any entity being processed. Any object in a JSON response containing only the attributes 'id', 'resource', and 'url' is treated as a link to another entity. The entity names you specify must relate to the 'resource' attribute in the response from the Drupal API.
You can use the wildcard *
to specify all entity types.
You can set this parameter in the [TaskName]
or [FetchTasks]
section to provide a default value for all of your entity type definitions.
Type: | String (comma-separated list) |
Default: | |
Required: | No |
Configuration Section: | Any section named by EntitySections , TaskName or FetchTasks |
Example: | ScourEntities=*
|
See Also: |