crawler-service-enqueue
Container for nodes that are to be enqueued by the crawler.
Usage
Internal
Children
- Choose 1 of these.
- index-atomic: (Exactly 1) - Container for crawl-url and crawl-delete elements that should be indexed together in an atomic operation.
- crawl-url: (Exactly 1) - A node that encapsulates all crawler state for a particular URL.
- crawl-delete: (Exactly 1) - A node used to remove a URL or set of URLs from the index.
- crawl-urls: (Exactly 1) - A container for elements that are enqueued to the crawler. The crawler will not reply to the caller until all of the contained nodes are processed.