This table shows the browser and CL command interface to all of the search engine and web crawling tasks.
| Task |
Browser option |
CL command |
| Create an index |
Create search index |
CFGHTTPSCH
OPTION(*CRTIDX)
|
| Update an index |
Update search index |
CFGHTTPSCH
OPTION(*ADDDOC)
CFGHTTPSCH
OPTION(*RMVDOC) |
| Merge an index |
Merge search index |
CFGHTTPSCH
OPTION(*MRGIDX) |
| Delete an index |
Delete search index |
CFGHTTPSCH
OPTION(*DLTIDX) |
| View the status of an index |
View status of search index |
CFGHTTPSCH
OPTION(*PRTIDXSTS)
See spoolfile QPZHASRCH |
Create a document list
Start the web crawler |
Build a document list |
CFGHTTPSCH
OPTION(*CRTDOCL)
Create list from local documents.
------
STRHTTPCRL
OPTION(*CRTDOCL)
Create list from documents found by web crawler. |
| Add documents to a document list |
Build a document list |
CFGHTTPSCH
OPTION(*UPDDOCL)
Update list with local documents.
------
STRHTTPCRL
OPTION(*UPDDOCL)
Update list with documents found by web crawler. |
| Stop a web crawling session. |
Work with document list status |
ENDHTTPCRL
ACTION(*END) |
| Pause a web crawling session. |
Work with document list status |
ENDHTTPCRL
ACTION(*PAUSE) |
| Resume a web crawling session. |
Work with document list status |
RSMHTTPCRL |
| Register a document list created before V4R5 |
Register document list |
CFGHTTPSCH
OPTION(*REGDOCL) |
| Delete a document list |
Delete document list |
CFGHTTPSCH
OPTION(*DLTDOCL) |
| Display information about a document list |
Work with document list status |
CFGHTTPSCH
OPTION(*PRTDOCLSTS)
See spoolfile QPZHASRCH |
| Create a URL mapping rules file |
Build URL mapping rules file |
CFGHTTPSCH
OPTION(*CRTMAPF) |
| Append a URL mapping rules file |
Build URL mapping rules file |
CFGHTTPSCH
OPTION(*UPDMAPF) |
| Build a thesaurus dictionary |
Build thesaurus dictionary |
CFGHTTPSCH
OPTION(*CRTTHSDCT) |
| Test a thesaurus dictionary |
Test thesaurus dictionary |
None. |
| Retrieve a thesaurus definition from a dictionary |
Retrieve thesaurus definition |
CFGHTTPSCH
OPTION(*RTVTHSDFNF) |
| Delete a thesaurus dictionary |
Delete thesaurus dictionary |
CFGHTTPSCH
OPTION(*DLTTHSDCT) |
| Create a list of URLs to crawl |
Build URL object |
CFGHTTPSCH
OPTION(*CRTURLOBJ) |
| Update a list of URLs to crawl |
Build URL object |
CFGHTTPSCH
OPTION(*UPDURLOBJ) |
| Delete a list of URLs to crawl |
Delete URL object |
CFGHTTPSCH
OPTION(*DLTURLOBJ) |
| Create an object containing crawling attributes |
Build options object |
CFGHTTPSCH
OPTION(*CRTOPTOBJ) |
| Update an object containing crawling attributes |
Build options object |
CFGHTTPSCH
OPTION(*UPDOPTOBJ) |
| Build an object with userid and passwords for authentication. |
Build validation list |
CFGHTTPSCH
OPTION(*CRTVLDL) |
| Add userids and passwords for authentication. |
Build validation list |
CFGHTTPSCH
OPTION(*ADDVLDLDTA) |
| Remove userids and passwords for authentication. |
Build validation list |
CFGHTTPSCH
OPTION(*RMVVLDLDTA) |
| Search an index |
Search index |
None |