The
getCrawlIncrementalSupport task indicates whether a
specified crawl configuration supports incremental crawling and also indicates
which manipulators within the crawl configuration do not support incremental
crawling.
The syntax for this task is:
cas-cmd getCrawlIncrementalSupport [-h HostName] -id CrawlName [-l true|false] [-p PortNumber]
Where:
-h(or--host) specifies the host where the CAS Service is running. If the flag is omitted, the default is the value of thecom.endeca.itl.cas.server.hostproperty incommandline.properties. If the property is not set, the value then defaults tolocalhost. Optional.-id(or--crawl_id) specifies the name of the crawl to retrieve incremental support status for. Required.-l(or--isPortSsl) specifies whether to communicate with the service using an HTTPS connection. A value oftrueuses HTTPS and treats thecom.endeca.itl.cas.server.portproperty as an SSL port. A value offalseuses HTTP and treatscom.endeca.itl.cas.server.portas a non-SSL port. Specifyfalseif you enabled redirects from a non-SSL port to an SSL port. Optional.-p(or--port) specifies the port of the CAS Service. If the flag is omitted, the default is the value of thecom.endeca.itl.cas.server.portproperty incommandline.properties. If the property is not set, the value then defaults to8500. Optional.
To get the incremental support status of an incremental crawl:
Start a command prompt and navigate to
(for Windows), or<install path>\CAS\<version>\bin(for UNIX).<install path>/CAS/<version>/binType
cas-cmd.bat(for Windows), orcas-cmd.sh(for UNIX) and specify thegetCrawlIncrementalSupporttask with the id of the crawl.Note
This task name is case sensitive.
Example 6. Example of getting the support status of an incremental crawl
C:\Endeca\CAS\<version>\bin>cas-cmd getCrawlIncrementalSupport -id Test Incrementals Supported: yes

