508 lines
26 KiB
HTML
508 lines
26 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="topic" />
|
|
<meta name="DC.Title" content="Webserver search engine on HTTP Server" />
|
|
<meta name="abstract" content="This topic provides information about the Webserver search engine and national language considerations." />
|
|
<meta name="description" content="This topic provides information about the Webserver search engine and national language considerations." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaieconcepts.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2002,2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2002,2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzaiesearch" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Webserver search engine on HTTP Server</title>
|
|
</head>
|
|
<body id="rzaiesearch"><a name="rzaiesearch"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Webserver search engine on HTTP Server</h1>
|
|
<div><p>This topic provides information about the Webserver search engine
|
|
and national language considerations.</p>
|
|
<div class="important"><span class="importanttitle">Important:</span> Information
|
|
for this topic supports the latest PTF levels for HTTP Server for i5/OS .
|
|
It is recommended that you install the latest PTFs to upgrade to the latest
|
|
level of the HTTP Server for i5/OS. Some of the topics documented here are
|
|
not available prior to this update. See <a href="http://www-03.ibm.com/servers/eserver/iseries/software/http/services/service.html" target="_blank">http://www.ibm.com/servers/eserver/iseries/software/http/services/service.htm</a> <img src="www.gif" alt="Link outside Information Center" /> for more information. </div>
|
|
<p>The Webserver search engine allows you to perform full text searches on
|
|
HTML and text files. You can control what options are available to the user
|
|
and how the search results are displayed through customized Net.Data<sup>®</sup> macros.
|
|
You can enhance search results by using the thesaurus support. For information
|
|
on configuring the search engine with the HTTP Server (powered by Apache),
|
|
see <a href="rzaiesetsearch.htm">Set up the Webserver search engine on HTTP Server (powered by Apache)</a>. </p>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaieconcepts.htm" title="This topic provides concepts of functions on HTTP Server and IBM Web Administration for i5/OS interface.">Concepts of functions of HTTP Server</a></div>
|
|
</div>
|
|
</div><div class="hr" id="how_it_works"><a name="how_it_works"><!-- --></a><h2 class="topictitle2">How it works</h2>
|
|
<div><p>Before you can search, you must have an index. The index is a set of files
|
|
that contain the contents of the documents (in a searchable form) that are
|
|
to be searched. The search index is used by the search engine rather than
|
|
searching all of the actual documents. </p>
|
|
<p>A search index is created based upon a document list. A document list contains
|
|
a list of fully qualified path names of all the documents that you want to
|
|
index. </p>
|
|
<p>Documents satisfying a search request are returned by default in their
|
|
order of ranking. A document's ranking specifies the relevance with respect
|
|
to the specified search conditions. The following factors determine a document's
|
|
ranking: </p>
|
|
<ul><li>Frequency of search terms in the document - As the search words appear
|
|
more frequently in the document, the ranking gets higher. </li>
|
|
<li>Position of search terms in the document - As the search words appear
|
|
closer to the beginning of the document, the ranking gets higher. </li>
|
|
<li>Frequency of search terms in the whole set of documents - As the search
|
|
words appear less frequently within the documents in the entire index, the
|
|
ranking for documents that have search words gets higher. </li>
|
|
</ul>
|
|
<p>It is possible that a document with one search term appearing toward the
|
|
beginning of the document can have a higher ranking than a document with multiple
|
|
search terms appearing near the end of the document. The search function assumes
|
|
that words indicating the subject or topic of the document usually appear
|
|
near the beginning of the document. The highest ranking a document can have
|
|
is 100%. A document can achieve a ranking of 100% if relatively few of the
|
|
documents in the index contain the search terms. If many documents in the
|
|
index contain the search terms, it is likely that none of the documents would
|
|
achieve a ranking of 100%. </p>
|
|
<p>You can provide the following search functions through the customized Net.Data
|
|
macros: </p>
|
|
<ul><li>Exact search - 100% of the letters match. For example street returns street,
|
|
Street, and STREET. </li>
|
|
<li>Fuzzy search - 60% of the letters match. For example street returns street,
|
|
streets, treat, and Tree. </li>
|
|
<li>Wild card search - an asterisk (*) is replaced by zero or more letters
|
|
and a question mark (?) is replaced by one letter. For example jump* returns
|
|
jump, jumps, Jumping, and jumper. </li>
|
|
<li>Proximity search - two or more words in the same sentence. </li>
|
|
<li>English word stemming - for example, knife returns knife and knives. </li>
|
|
<li>Case sensitive search - for example, Street returns Street, not street.
|
|
</li>
|
|
<li>Boolean search (simple) - for example, A and B and C. </li>
|
|
<li>Boolean Search (advanced) - for example, (A and (B or C) not D). </li>
|
|
<li>Document ranking - documents are automatically sorted according to ranking.
|
|
</li>
|
|
<li>Thesaurus support - finds synonyms or related terms of a search word.
|
|
</li>
|
|
<li>Search within results - search within returned search results only. </li>
|
|
<li>Simple and Advanced search </li>
|
|
</ul>
|
|
<p>You can enhance search results through the use of the thesaurus support.
|
|
A thesaurus contains words that are synonyms or related terms of a search
|
|
word. For example, searching for Ping-Pong without thesaurus support results
|
|
only in documents containing the string Ping-Pong. Using thesaurus support
|
|
that includes synonyms for Ping-Pong, such as table tennis, results in documents
|
|
containing either the string Ping-Pong or table tennis. </p>
|
|
<p>The URL mapping rules file, built from your selected HTTP Server, is used
|
|
to set the URL for each document found on a search. It can specify the server
|
|
port number (or instance) to use and can also map resulting file path names
|
|
to external path names. </p>
|
|
</div>
|
|
</div>
|
|
<div class="hr" id="sample"><a name="sample"><!-- --></a><h2 class="topictitle2">Sample files </h2>
|
|
<div><p>Several files are shipped with the product for your use to customize your
|
|
own Web search function: </p>
|
|
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th valign="top" width="55.61224489795919%" id="d0e107">File</th>
|
|
<th valign="top" width="44.38775510204081%" id="d0e109">Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr><td valign="top" width="55.61224489795919%" headers="d0e107 "><samp class="codeph">/QIBM/ProdData/HTTP/Public/HTTPSVR/sample_search.ndm </samp></td>
|
|
<td valign="top" width="44.38775510204081%" headers="d0e109 "><p>Sample Net.Data macro that you can customize. </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="55.61224489795919%" headers="d0e107 "><samp class="codeph">QIBM/ProdData/HTTP/Public/HTTPSVR/ thesaurus_sample_search.ndm </samp></td>
|
|
<td valign="top" width="44.38775510204081%" headers="d0e109 "><p>Sample Net.Data macro with thesaurus support that
|
|
you can customize. </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="55.61224489795919%" headers="d0e107 "><samp class="codeph">/QIBM/ProdData/HTTP/Public/HTTPSVR/sample_search.html </samp></td>
|
|
<td valign="top" width="44.38775510204081%" headers="d0e109 "><p>Sample search HTML file. </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="55.61224489795919%" headers="d0e107 "><samp class="codeph">/QIBM/ProdData/HTTP/Public/HTTPSVR/HTML/ </samp></td>
|
|
<td valign="top" width="44.38775510204081%" headers="d0e109 "><p>Directory of sample HTML files that you can use to
|
|
build a test search index.</p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="55.61224489795919%" headers="d0e107 "><samp class="codeph">/QIBM/ProdData/HTTP/Public/HTTPSVR/sample_thesaurus.txt </samp></td>
|
|
<td valign="top" width="44.38775510204081%" headers="d0e109 "><p>Sample thesaurus definition file. </p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="hr" id="national"><a name="national"><!-- --></a><h2 class="topictitle2">National language considerations </h2>
|
|
<div><p>Documents that you are indexing can be encoded in most ASCII codepages
|
|
and EBCDIC CCSIDs. Because the search engine does not support all CCSIDs,
|
|
your documents might be converted to one of the supported CCSIDs during the
|
|
indexing process. To see the CCSID used to index your documents, view the
|
|
status of the search index. </p>
|
|
<p>Wildcard characters in search strings are not allowed for double byte languages.
|
|
A wildcard search is implied for double byte languages. Both the name of the
|
|
index and index directory name must be specified in a single byte characters.
|
|
The contents of documents are often converted to one of the index CCSIDs listed
|
|
below. </p>
|
|
<p>Documents in languages from the included character sets can all be contained
|
|
in the same index, as long as the documents are indexed separately. For example,
|
|
an index can contain English and French documents. Create the index including
|
|
just the English documents, then update the index with the French documents.
|
|
If you attempt to index Italian and Russian documents in the same index, an
|
|
error will occur since the two languages cannot be converted to a common index
|
|
CCSID. In this case you would need to create two separate indexes. The following
|
|
table describes the supported CCSIDs for indexes. </p>
|
|
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th valign="top" width="11.76470588235294%" id="d0e164">Index CCSID</th>
|
|
<th valign="top" width="21.79930795847751%" id="d0e166">Code page name</th>
|
|
<th valign="top" width="66.43598615916954%" id="d0e168">Included character sets (CCSIDs) </th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr><td valign="top" width="11.76470588235294%" headers="d0e164 "><samp class="codeph">500 </samp></td>
|
|
<td valign="top" width="21.79930795847751%" headers="d0e166 "><p>Latin 1 </p>
|
|
</td>
|
|
<td valign="top" width="66.43598615916954%" headers="d0e168 "><p>International Albanian, Belgian English, Belgian
|
|
French, Canadian French MNCS, Danish, Dutch, Dutch MNCS, English International,
|
|
English US, Finnish, French (France), French MNCS, German (Germany), German
|
|
MNCS, Icelandic, Italian, Latin 1/Open Systems, Norwegian, Portuguese (Brazil),
|
|
Portuguese (Portugal), Swedish </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.76470588235294%" headers="d0e164 "><samp class="codeph">838</samp></td>
|
|
<td valign="top" width="21.79930795847751%" headers="d0e166 "><p>Thai </p>
|
|
</td>
|
|
<td valign="top" width="66.43598615916954%" headers="d0e168 "><p>Thai </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.76470588235294%" headers="d0e164 "><samp class="codeph">870 </samp></td>
|
|
<td valign="top" width="21.79930795847751%" headers="d0e166 "><p>Latin 2</p>
|
|
</td>
|
|
<td valign="top" width="66.43598615916954%" headers="d0e168 "><p>Croatian, Czech, Hungarian, Polish, Romanian, Serbian
|
|
(Latin), Slovak, Slovenia </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.76470588235294%" headers="d0e164 "><samp class="codeph">1025 </samp></td>
|
|
<td valign="top" width="21.79930795847751%" headers="d0e166 "><p>Cyrillic </p>
|
|
</td>
|
|
<td valign="top" width="66.43598615916954%" headers="d0e168 "><p>Bulgarian, Macedonian, Russian, Serbian (Cyrillic) </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.76470588235294%" headers="d0e164 "><samp class="codeph">1026 </samp></td>
|
|
<td valign="top" width="21.79930795847751%" headers="d0e166 "><p>Latin 5 </p>
|
|
</td>
|
|
<td valign="top" width="66.43598615916954%" headers="d0e168 "><p>Turkish </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.76470588235294%" headers="d0e164 "><samp class="codeph">875 </samp></td>
|
|
<td valign="top" width="21.79930795847751%" headers="d0e166 "><p>Greek </p>
|
|
</td>
|
|
<td valign="top" width="66.43598615916954%" headers="d0e168 "><p>Greek </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.76470588235294%" headers="d0e164 "><samp class="codeph">424 </samp></td>
|
|
<td valign="top" width="21.79930795847751%" headers="d0e166 "><p>Hebrew </p>
|
|
</td>
|
|
<td valign="top" width="66.43598615916954%" headers="d0e168 "><p>Hebrew </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.76470588235294%" headers="d0e164 "><samp class="codeph">420 </samp></td>
|
|
<td valign="top" width="21.79930795847751%" headers="d0e166 "><p>Arabic </p>
|
|
</td>
|
|
<td valign="top" width="66.43598615916954%" headers="d0e168 "><p>Arabic </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.76470588235294%" headers="d0e164 "><samp class="codeph">1112</samp></td>
|
|
<td valign="top" width="21.79930795847751%" headers="d0e166 "><p>Baltic </p>
|
|
</td>
|
|
<td valign="top" width="66.43598615916954%" headers="d0e168 "><p>Latvian, Lithuanian </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.76470588235294%" headers="d0e164 "><samp class="codeph">1122 </samp></td>
|
|
<td valign="top" width="21.79930795847751%" headers="d0e166 "><p>Estonian </p>
|
|
</td>
|
|
<td valign="top" width="66.43598615916954%" headers="d0e168 "><p>Estonian </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.76470588235294%" headers="d0e164 "><samp class="codeph">935 </samp></td>
|
|
<td valign="top" width="21.79930795847751%" headers="d0e166 "><p>Simplified Chinese (GB) </p>
|
|
</td>
|
|
<td valign="top" width="66.43598615916954%" headers="d0e168 "><p>Simplified Chinese (GB) </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.76470588235294%" headers="d0e164 "><samp class="codeph">1388 </samp></td>
|
|
<td valign="top" width="21.79930795847751%" headers="d0e166 "><p>Simplified Chinese (GBK) </p>
|
|
</td>
|
|
<td valign="top" width="66.43598615916954%" headers="d0e168 "><p>Simplified Chinese (GBK) </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.76470588235294%" headers="d0e164 "><samp class="codeph">937 </samp></td>
|
|
<td valign="top" width="21.79930795847751%" headers="d0e166 "><p>Traditional Chinese </p>
|
|
</td>
|
|
<td valign="top" width="66.43598615916954%" headers="d0e168 "><p>Traditional Chinese </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.76470588235294%" headers="d0e164 "><samp class="codeph">5026 (930)</samp></td>
|
|
<td valign="top" width="21.79930795847751%" headers="d0e166 "><p>Japanese Katakana </p>
|
|
</td>
|
|
<td valign="top" width="66.43598615916954%" headers="d0e168 "><p>Japanese Katakana </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.76470588235294%" headers="d0e164 "><samp class="codeph">5035 (939)</samp></td>
|
|
<td valign="top" width="21.79930795847751%" headers="d0e166 "><p>Japanese Latin </p>
|
|
</td>
|
|
<td valign="top" width="66.43598615916954%" headers="d0e168 "><p>Japanese Latin </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="11.76470588235294%" headers="d0e164 "><samp class="codeph">1364 (933)</samp></td>
|
|
<td valign="top" width="21.79930795847751%" headers="d0e166 "><p>Korean</p>
|
|
</td>
|
|
<td valign="top" width="66.43598615916954%" headers="d0e168 "><p>Korean</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="hr" id="interface"><a name="interface"><!-- --></a><h2 class="topictitle2">Browser and CL command interface for the Webserver search engine and
|
|
Web crawler</h2>
|
|
<div><p>This table shows the browser and CL command interface to all of the search
|
|
engine and web crawling tasks. </p>
|
|
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th valign="top" width="24.350649350649352%" id="d0e344">Task</th>
|
|
<th valign="top" width="29.545454545454547%" id="d0e346">Browser form</th>
|
|
<th valign="top" width="46.103896103896105%" id="d0e348">CL command</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr><td valign="top" width="24.350649350649352%" headers="d0e344 "><p>Create an index</p>
|
|
</td>
|
|
<td valign="top" width="29.545454545454547%" headers="d0e346 "><p>Create search index</p>
|
|
</td>
|
|
<td valign="top" width="46.103896103896105%" headers="d0e348 "><p>CFGHTTPSCH OPTION(*CRTIDX)</p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="24.350649350649352%" headers="d0e344 "><p>Update an index</p>
|
|
</td>
|
|
<td valign="top" width="29.545454545454547%" headers="d0e346 "><p>Update search index</p>
|
|
</td>
|
|
<td valign="top" width="46.103896103896105%" headers="d0e348 "><p>CFGHTTPSCH OPTION(*ADDDOC) </p>
|
|
<p>CFGHTTPSCH OPTION(*RMVDOC)</p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="24.350649350649352%" headers="d0e344 "><p>Merge an index</p>
|
|
</td>
|
|
<td valign="top" width="29.545454545454547%" headers="d0e346 "><p>Merge search index</p>
|
|
</td>
|
|
<td valign="top" width="46.103896103896105%" headers="d0e348 "><p>CFGHTTPSCH OPTION(*MRGIDX) </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="24.350649350649352%" headers="d0e344 "><p>Delete an index</p>
|
|
</td>
|
|
<td valign="top" width="29.545454545454547%" headers="d0e346 "><p>Delete search index</p>
|
|
</td>
|
|
<td valign="top" width="46.103896103896105%" headers="d0e348 "><p>CFGHTTPSCH OPTION(*DLTIDX) </p>
|
|
<p>V4R4 View the
|
|
status of an index View status of search index: </p>
|
|
<p>CFGHTTPSCH OPTION(*PRTIDXSTS)
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="24.350649350649352%" headers="d0e344 "><p>View the status of an index</p>
|
|
</td>
|
|
<td valign="top" width="29.545454545454547%" headers="d0e346 "><p>View status of search index</p>
|
|
</td>
|
|
<td valign="top" width="46.103896103896105%" headers="d0e348 "><p>CFGHTTPSCH OPTION(*PRTIDXSTS) </p>
|
|
<p>See spoolfile
|
|
QPZHASRCH </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="24.350649350649352%" headers="d0e344 "><p>Create a document list </p>
|
|
<p>Start the web crawler</p>
|
|
</td>
|
|
<td valign="top" width="29.545454545454547%" headers="d0e346 "><p>Build a document list</p>
|
|
</td>
|
|
<td valign="top" width="46.103896103896105%" headers="d0e348 "><p>CFGHTTPSCH OPTION(*CRTDOCL) - local </p>
|
|
<p>STRHTTPCRL
|
|
OPTION(*CRTDOCL) - web crawler</p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="24.350649350649352%" headers="d0e344 "><p>Add documents to a document list</p>
|
|
</td>
|
|
<td valign="top" width="29.545454545454547%" headers="d0e346 "><p>Build a document list</p>
|
|
</td>
|
|
<td valign="top" width="46.103896103896105%" headers="d0e348 "><p>CFGHTTPSCH OPTION(*UPDDOCL) </p>
|
|
<p>Use for local
|
|
documents. </p>
|
|
<p>STRHTTPCRL OPTION(*UPDDOCL) </p>
|
|
<p>Use for documents found
|
|
with the web crawler.</p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="24.350649350649352%" headers="d0e344 "><p>Stop a web crawling session.</p>
|
|
</td>
|
|
<td valign="top" width="29.545454545454547%" headers="d0e346 "><p>Work with document list status</p>
|
|
</td>
|
|
<td valign="top" width="46.103896103896105%" headers="d0e348 "><p>ENDHTTPCRL </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="24.350649350649352%" headers="d0e344 "><p>Pause a web crawling session.</p>
|
|
</td>
|
|
<td valign="top" width="29.545454545454547%" headers="d0e346 "><p>Work with document list status</p>
|
|
</td>
|
|
<td valign="top" width="46.103896103896105%" headers="d0e348 "><p>ENDHTTPCRL </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="24.350649350649352%" headers="d0e344 "><p>Resume a web crawling session.</p>
|
|
</td>
|
|
<td valign="top" width="29.545454545454547%" headers="d0e346 "><p>Work with document list status</p>
|
|
</td>
|
|
<td valign="top" width="46.103896103896105%" headers="d0e348 "><p>RSMHTTPCRL </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="24.350649350649352%" headers="d0e344 "><p>Register a document list created before V4R5</p>
|
|
</td>
|
|
<td valign="top" width="29.545454545454547%" headers="d0e346 "><p>Register document list</p>
|
|
</td>
|
|
<td valign="top" width="46.103896103896105%" headers="d0e348 "><p>CFGHTTPSCH OPTION(*REGDOCL) </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="24.350649350649352%" headers="d0e344 "><p>Delete a document list</p>
|
|
</td>
|
|
<td valign="top" width="29.545454545454547%" headers="d0e346 "><p>Delete document list</p>
|
|
</td>
|
|
<td valign="top" width="46.103896103896105%" headers="d0e348 "><p>CFGHTTPSCH OPTION(*DLTDOCL) </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="24.350649350649352%" headers="d0e344 "><p>Display information about a document list</p>
|
|
</td>
|
|
<td valign="top" width="29.545454545454547%" headers="d0e346 "><p>Work with document list status</p>
|
|
</td>
|
|
<td valign="top" width="46.103896103896105%" headers="d0e348 "><p>CFGHTTPSCH OPTION(*PRTDOCLSTS) </p>
|
|
<p>See spoolfile
|
|
QPZHASRCH </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="24.350649350649352%" headers="d0e344 "><p>Create a URL mapping rules file</p>
|
|
</td>
|
|
<td valign="top" width="29.545454545454547%" headers="d0e346 "><p>Build URL mapping rules file</p>
|
|
</td>
|
|
<td valign="top" width="46.103896103896105%" headers="d0e348 "><p>CFGHTTPSCH OPTION(*CRTMAPF) </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="24.350649350649352%" headers="d0e344 "><p>Append a URL mapping rules file</p>
|
|
</td>
|
|
<td valign="top" width="29.545454545454547%" headers="d0e346 "><p>Build URL mapping rules file</p>
|
|
</td>
|
|
<td valign="top" width="46.103896103896105%" headers="d0e348 "><p>CFGHTTPSCH OPTION(*UPDMAPF) </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="24.350649350649352%" headers="d0e344 "><p>Build a thesaurus dictionary</p>
|
|
</td>
|
|
<td valign="top" width="29.545454545454547%" headers="d0e346 "><p>Build thesaurus dictionary</p>
|
|
</td>
|
|
<td valign="top" width="46.103896103896105%" headers="d0e348 "><p>CFGHTTPSCH OPTION(*CRTTHSDCT) </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="24.350649350649352%" headers="d0e344 "><p>Test a thesaurus dictionary</p>
|
|
</td>
|
|
<td valign="top" width="29.545454545454547%" headers="d0e346 "><p>Test thesaurus dictionary</p>
|
|
</td>
|
|
<td valign="top" width="46.103896103896105%" headers="d0e348 "><p>None. </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="24.350649350649352%" headers="d0e344 "><p>Retrieve a thesaurus definition from a dictionary</p>
|
|
</td>
|
|
<td valign="top" width="29.545454545454547%" headers="d0e346 "><p>Retrieve thesaurus definition</p>
|
|
</td>
|
|
<td valign="top" width="46.103896103896105%" headers="d0e348 "><p>CFGHTTPSCH OPTION(*RTVTHSDFNF) </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="24.350649350649352%" headers="d0e344 "><p>Delete a thesaurus dictionary</p>
|
|
</td>
|
|
<td valign="top" width="29.545454545454547%" headers="d0e346 "><p>Delete thesaurus dictionary</p>
|
|
</td>
|
|
<td valign="top" width="46.103896103896105%" headers="d0e348 "><p>CFGHTTPSCH OPTION(*DLTTHSDCT) </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="24.350649350649352%" headers="d0e344 "><p>Create a list of URLs to crawl</p>
|
|
</td>
|
|
<td valign="top" width="29.545454545454547%" headers="d0e346 "><p>Build URL object</p>
|
|
</td>
|
|
<td valign="top" width="46.103896103896105%" headers="d0e348 "><p>CFGHTTPSCH OPTION(*CRTURLOBJ) </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="24.350649350649352%" headers="d0e344 "><p>Update a list of URLs to crawl</p>
|
|
</td>
|
|
<td valign="top" width="29.545454545454547%" headers="d0e346 "><p>Build URL object</p>
|
|
</td>
|
|
<td valign="top" width="46.103896103896105%" headers="d0e348 "><p>CFGHTTPSCH OPTION(*UPDURLOBJ) </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="24.350649350649352%" headers="d0e344 "><p>Delete a list of URLs to crawl</p>
|
|
</td>
|
|
<td valign="top" width="29.545454545454547%" headers="d0e346 "><p>Delete URL object</p>
|
|
</td>
|
|
<td valign="top" width="46.103896103896105%" headers="d0e348 "><p>CFGHTTPSCH OPTION(*DLTURLOBJ) </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="24.350649350649352%" headers="d0e344 "><p>Create an object containing crawling attributes</p>
|
|
</td>
|
|
<td valign="top" width="29.545454545454547%" headers="d0e346 "><p>Build options object</p>
|
|
</td>
|
|
<td valign="top" width="46.103896103896105%" headers="d0e348 "><p>CFGHTTPSCH OPTION(*CRTOPTOBJ) </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="24.350649350649352%" headers="d0e344 "><p>Update an object containing crawling attributes</p>
|
|
</td>
|
|
<td valign="top" width="29.545454545454547%" headers="d0e346 "><p>Build options object</p>
|
|
</td>
|
|
<td valign="top" width="46.103896103896105%" headers="d0e348 "><p>CFGHTTPSCH OPTION(*UPDOPTOBJ) </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="24.350649350649352%" headers="d0e344 "><p>Build an object with userid and passwords for authentication</p>
|
|
</td>
|
|
<td valign="top" width="29.545454545454547%" headers="d0e346 "><p>Build validation list</p>
|
|
</td>
|
|
<td valign="top" width="46.103896103896105%" headers="d0e348 "><p>CFGHTTPSCH OPTION(*CRTVLDL) </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="24.350649350649352%" headers="d0e344 "><p>Add userids and passwords for authentication.</p>
|
|
</td>
|
|
<td valign="top" width="29.545454545454547%" headers="d0e346 "><p>Build validation list</p>
|
|
</td>
|
|
<td valign="top" width="46.103896103896105%" headers="d0e348 "><p>CFGHTTPSCH OPTION(*ADDVLDLDTA) </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="24.350649350649352%" headers="d0e344 "><p>Remove userids and passwords for authentication.</p>
|
|
</td>
|
|
<td valign="top" width="29.545454545454547%" headers="d0e346 "><p>Build validation list</p>
|
|
</td>
|
|
<td valign="top" width="46.103896103896105%" headers="d0e348 "><p>CFGHTTPSCH OPTION(*RMVVLDLDTA) </p>
|
|
</td>
|
|
</tr>
|
|
<tr><td valign="top" width="24.350649350649352%" headers="d0e344 "><p>Search an index</p>
|
|
</td>
|
|
<td valign="top" width="29.545454545454547%" headers="d0e346 "><p>Search index</p>
|
|
</td>
|
|
<td valign="top" width="46.103896103896105%" headers="d0e348 "><p>None </p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |