<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>Microsoft Index Server Release Notes</title>
</head>
<body bgcolor="#FFFFFF">
<!--Headerbegin-->
<p align=center><a name="TOP"><img src="onepix.gif" alt="Space" align=middle width=1 height=1></a> <a href="default.htm#Top"><img src="toc.gif" alt=" Contents" align=middle border=0 width=89 height=31></a> <a href="front.htm"><img src="previous.gif" alt="Previous" align=middle border=0 width=32 height=31></a> <a href="intro.htm"><img src="next.gif" alt="Next" align=middle border=0 width=32 height=31></a> </p>
<hr>
<!--Headerend-->
<p><font size=6><strong>Microsoft Index Server<br>
Release Notes</strong></font></p>
<!--Chaptoc-->
<blockquote>
<p><a href="readme.htm#ChangestotheDocumentation">Changes to the Documentation</a> <br>
<a href="readme.htm#SupplementaryReleaseNotes">Supplementary Release Notes</a>
</p>
</blockquote>
<!--ChaptocEnd-->
<hr>
<p>Thank you for installing Microsoft® Index Server version 2.0 Beta 1 for Microsoft® Internet Information Server version 4.0 running on Microsoft® Windows NT® Server. This file supplements information contained in the main documentation. </p>
<hr>
<h1><a href="#TOP"><img src="up.gif" alt="To Top" align=middle border=0 width=14 height=11></a><a name="ChangestotheDocumentation">Changes to the Documentation</a></h1>
<p>This section details changes and additions to the existing documentation.</p>
<H2>Hit Highlighting</H2>
<P>In this release of Index Server, the Common Gateway Interface (CGI) application Webhits.exe has become the Internet Server API (ISAPI) application Webhits.dll. If you have any .htx files that incorporate hit highlighting, you will need to modify them. If you create new .htx files that incoporate hit highlighting, you need to follow the new syntax shown here for version 2.0. You should notice no other differences.</P>
<H3>Example</H3>
<P>The following example shows how syntax for hit highlighting was written in previous versions of Index Server and contrasts it to the syntax for version 2.0. The differing sections of code are highlighted in bold.</P>
<H4>Index Server Versions 1.1 and Earlier</H4>
<PRE>
<:a href="http://<:%server_name%>:/scripts/srchadm/<STRONG>webhits.exe<:%escapeURL
vpath%>:?</STRONG>CiRestriction=<:%escapeURL
CiRestriction%>:&CiTemplateFile=/scripts/srchadm/hquery.htw&CiQueryFile=/scripts/srchadm/hquery.idq&
CiBeginHilite=<:%escapeURL <:font color="#FF0000">:<:em>:%>:&CiEndHilite=<:%escapeURL
<:/em>:<:/font>:%>:&CiUserParam3=<:%EscapeURL
CiBookMark%>:&CiUserParam4=<:%EscapeURL DocTitle%>:">:Show Highlights<:/a>:
</PRE>
<H4>Index Server Version 2.0</H4>
<PRE>
<:a href="http://<:%server_name%>:/scripts/srchadm/<STRONG>webhits.dll?CiWebHitsFile=<:%escapeURL
vpath%>:&</STRONG>CiRestriction=<:%escapeURL
CiRestriction%>:&CiTemplateFile=/scripts/srchadm/hquery.htw&CiQueryFile=/scripts/srchadm/hquery.idq&
CiBeginHilite=<:%escapeURL <:font color="#FF0000">:<:em>:%>:&CiEndHilite=<:%escapeURL
<:/em>:<:/font>:%>:&CiUserParam3=<:%EscapeURL
CiBookMark%>:&CiUserParam4=<:%EscapeURL DocTitle%>:">:Show Highlights<:/a>:
</PRE>
<h1><a href="#TOP"><img src="up.gif" alt="To Top" align=middle border=0 width=14 height=11></a><a name="SupplementaryReleaseNotes">Supplementary Release Notes</a></h1>
<P>For supplementary release notes that apply to Index Server, see the Internet Information Server Release Notes.</P>
<h2>
SQL Extensions to Index Server Catalog Limitation
</h2>
<p>
The SQL extensions to Index Server are limited in this beta release to the catalog named "web".
There is no way to change the catalog used for these queries. The "web" catalog is created automatically
when Index Server is installed.
</p>
<!--<hr>
<h1><a href="#TOP"><img src="up.gif" alt="To Top" align=middle border=0 width=14 height=11></a><a name="RemovingIndexServer">Removing Index Server</a></h1>
<p>This section tells you how to delete Index Server from your computer.</p>
<h4>To remove Index Server</h4>
<ol>
<li><p align=left>Stop Microsoft Internet Information Server or Microsoft Peer Web Services. </p></li>
<li><p align=left>Delete the following files from the %<em>SystemRoot</em>%\System32 directory: </p>
<p align=left>Cidaemon.exe<br>
Htmlfilt.dll<br>
Idq.dll<br>
Infosoft.dll<br>
Kppp.dll<br>
Kppp7.dll<br>
Kpw6.dll<br>
Kpword.dll<br>
Kpxl5.dll<br>
Qperf.dll<br>
Query.dll<br>
Sccfa.dll<br>
Sccfi.dll<br>
Sccifilt.dll<br>
Sccut.dll </p>
<p align=left>Noise.* (where * is one or more of dat, deu, eng, enu, esn, fra, ita, nld, sve)<br>
Wbcache.* (where * is one or more of deu, eng, enu, esn, fra, ita, nld, sve)<br>
Wbdbase.* (where * is one or more of deu, eng, enu, esn, fra, ita, nld, sve) </p></li>
<li><p align=left>In the registry, delete the following keys and/or values: </p>
<p align=left>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\contentindex<br>
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\ContentFilter<br>
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\ContentIndex<br>
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\ISAPISearch<br>
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters\Script Map\.ida<br>
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters\Script Map\.idq </p></li>
<li><p align=left>Delete all Catalog.wci directories (referenced from the CiCatalog parameter of an .idq file). </p></li>
<li><p align=left>Through the Windows NT Explorer, delete all files pointed to by the virtual roots /Samples/Search, /Srchadm, /Scripts/Srchadm, and /Scripts/Samples/Search. Then, through the Internet Service Manager, you can optionally remove these virtual roots if they exist. </p></li>
<li><p align=left>(optional) Delete all references under HKEY_CLASSES_ROOT to <strong>PersistentHandler</strong>, including all links to classes
referenced from a <Strong>PersistentHandler </Strong> value. </p></li>
</ol>
-->
<!--Footerbegin-->
<hr>
<p align=center><a href="default.htm#Top"><img src="toc.gif" alt=" Contents" align=middle border=0 width=89 height=31></a> <a href="front.htm"><img src="previous.gif" alt="Previous" align=middle border=0 width=32 height=31></a> <a href="#TOP"><img src="up_end.gif" alt="To Top" align=middle border=0 width=32 height=31></a> <a href="intro.htm"><img src="next.gif" alt="Next" align=middle border=0 width=32 height=31></a> </p>
<hr>
<p align=center><em>© 1997 by Microsoft Corporation. All rights reserved.</em></p>
<!--Footerend-->
</body>
</html>