public static interface CrawlUrl.Builder extends AXMLBase.Builder<CrawlUrl>, AXMLBase.Publisher<CrawlData>
Modifier and Type | Method and Description |
---|---|
void |
setCrawlerId(java.lang.String crawlerId)
Set the id of crawler for new
crawl-url . |
void |
setCrawlSpaceId(java.lang.String crawlSpaceId)
Set the id of crawlspace for new
crawl-url . |
void |
setForceDeletion(boolean forcesDeletion)
When
true , issue deletion for any old dataset document with url that
matches url as a prefix, before publishing new documents. |
get, setGroupID, setUrl
append, appendAll
void setCrawlerId(java.lang.String crawlerId)
crawl-url
.crawlerId
- void setCrawlSpaceId(java.lang.String crawlSpaceId)
crawl-url
.crawlSpaceId
- void setForceDeletion(boolean forcesDeletion)
true
, issue deletion for any old dataset document with url that
matches url
as a prefix, before publishing new documents.forcesDeletion
-