|
|
| |
Index ServerTips and TricksRunning Webhits Out of the IIS ProcessDOC: Problems in Predefined Views in Index Server OLEDB Provider (MS Q200485)Index Server 2.0 Release Notes (MS Q230291)HOWTO: Edit Index Server Noise-Word Lists (Q247561)How to Install the Samples for Windows 2000 Indexing Service (MS Q253357)HOWTO: Query Index Server for Custom Properties with SQL Query Analyzer (MS Q240681)Q. How do I configure Index Server catalogs?
top next last
Running Webhits Out of the IIS Process
The Index Server sample query forms configure the Webhits ISAPI application
to run out of the IIS process, because ISAPI applications are generally
configured to run out of process when they are untrusted. It's better to run
untrusted applications out of process so that IIS is not affected if the
application crashes. Webhits is configured in the Index Server samples to run
out of process because it uses text filters (IFilter) to display query hits in
files. Because text filters come from many companies, it's hard to guarantee
they are all robust.
The filters that ship with Index Server have been thoroughly tested. These
include the HTML, Microsoft Office, and text filters. If you haven't installed
any third party filters, it's safe (and more efficient) to run Webhits in the
IIS process on your Web server.
Internet Service Manager can configure virtual directories for running in or
out of the IIS process. To configure Webhits to run in or out of process, edit
the properties of the virtual directory in which the .htw files reside. Then, in
the Directory property sheet, set the Run in separate
memory space (isolated process) check box appropriately. By default,
Index Server installs .htw file samples in the /IISsamples/ISsamples/Oop virtual
directory.
If you cannot run Webhits in the IIS process, limitations in IIS impose
restrictions on Webhits. For example, files in virtual directories on computers
other than the Web server cannot be displayed using Webhits when Webhits is
running out of the IIS process. Also, files with extensions not associated with
an IFilter cannot be displayed with Webhits when Webhits is running out of the
IIS process and when the registry parameter
WebhitsDisplayScript is not set to 2.
You can work around these limitations, but the workaround compromises
security for the Web server. Use this workaround only if security is not a
significant concern for your installation. The workaround requires the
administrator to do the following:
- Enable anonymous access to the directory through Internet Service Manager.
- Configure an account that has administrative access as the default user
for the directory.
To configure a user account
- Click Start, point to Windows NT 4.0 Option
Pack, point to Microsoft Transaction Server, and
click Transaction Server Explorer.
- In MMC, double-click the Microsoft Transaction Server
folder.
- Open the Computers folder.
- Open My Computer (or the folder representing your Web
server).
- Open Packages Installed.
- Right-click the package representing Iissamples/Issamples/Oop and click
Properties on the menu to open the property sheet.
- On the Identity property sheet, type a user name and
password in the User and Password boxes, and
click OK.
This account must have administrative privileges on the local computer.
top prev next last
top prev next last
DOC: Problems in Predefined Views in Index Server OLEDB Provider (MS Q200485)
The information in this article applies to:
- Microsoft OLE DB Provider for Index Server 2.0
This article was previously published under Q200485
SUMMARYFor the English and European releases of Microsoft OLE DB
Provider for Index Server 2.0, the columns returned by some predefined views are
not documented correctly in the Index Server documentation in the Windows NT
Option Pack.
REFERENCESFor more information on Index Server, refer to Index Server
documentation in the Windows NT Option Pack product documentation.
| Last Reviewed: |
7/19/2001 |
| Keywords: |
kbDatabase kbdocerr kbdocfix
kbProvider KB200485 |
top prev next last
top prev next last
Index Server 2.0 Release Notes (MS Q230291)
Index Server 2.0 Release Notes
The information in this article applies to:
- Microsoft Index Server 2.0
- Microsoft Windows NT version 4.0 Option Pack
This article was previously published under Q230291
SUMMARYThis article contains a copy of the Index Server 2.0 Release
Notes included with the Windows NT 4.0 Option Pack. It is listed here so that
the issues it covers are included in queries that are performed against the
Knowledge Base.
The file containing these Release Notes is located at
<%SystemRoot%>\Help\Iis\Htm\Core\Ixreadme.htm.
NOTE:
Knowledge Base articles may be distributed in either ASCII-text or HTML form. If
you are viewing the ASCII-text version of this article, some formatting may have
been lost when it was converted from the original HTML form of Ixreadme.htm.
top prev next last
top prev next last
HOWTO: Edit Index Server Noise-Word Lists (Q247561)
The information in this article applies to:
- Microsoft Index Server 2.0
This article was previously published under Q247561
SUMMARYThis article describes how to edit noise-word list files and how
to activate the changes.
| Last Reviewed: |
8/6/2002 |
| Keywords: |
kbenv kbhowto
KB247561 | top prev next last
top prev next last
How to Install the Samples for Windows 2000 Indexing Service (MS Q253357)
The information in this article applies to:
This article was previously published under Q253537
SUMMARYMany developers base their search code on samples that Microsoft
has included with past versions of Index Server. However, no samples for the
Indexing Service are included with the Windows 2000 or Windows XP operating
systems.
| Last Reviewed: |
7/16/2001 |
| Keywords: |
kbDSupport kbinfo
KB253537 |
top prev next last
top prev next last
HOWTO: Query Index Server for Custom Properties with SQL Query Analyzer (MS Q240681)
The information in this article applies to:
- Microsoft SQL Server 7.0
- Indexing Service
This article was previously published under Q240681
SUMMARYYou can use SQL Server 7.0 to query against the Microsoft
Indexing Service. This is covered in the SQL Server documentation under the
topic "Full-text Querying of File Data." In some cases, it may be desirable to
query against custom properties cataloged by Index Server.
| Last Reviewed: |
2/17/2000 |
| Keywords: |
kbDSupport kbhowto
KB240681 |
top prev next last
top prev next last
Q. How do I configure Index Server catalogs?
A. Index server is VERY picky about the order in which events are done
with new catalogs when linked to a web site. I had this very problem when moving
the NT FAQ and searches from an IDQ file were failing. The correct order of
events under Index Server 2.0 are as follows:
- Make sure that the Web site has been created in the Internet Information
Server snap-in.
- In the Index Server snap-in, create a new catalog. After the catalog has
been created, view the properties for it.
- On the Web tab, select the Web site that you want to index, and click OK.
- Go back to the Internet Information Server snap-in, and select Properties
on the Web site you are indexing.
- On the Home Directory tab, select the Index This Directory check box, and
click OK.
- Stop the Index server, and then restart it. The new catalog should come
online and begin indexing the new Web site.
On the Windows 2000 version perform the following:
- Make sure that the Web site has been created in the Internet Information
Server snap-in.
- In the Index Server snap-in, create a new catalog. After the catalog has
been created, view the properties for it. On the Tracking tab, select the Web
site that you want to index from the WWW Server pull-down menu, and then click
OK.
- Go back to the Internet Information Server snap-in, and select Properties
on the Web site you are indexing.
- On the Home Directory tab, select the Index This Resource check box, and
click OK.
- Stop and restart the catalog to begin indexing of the new site (if you
have problems try restarting the entire index service but this should not be
necessary in Windows 2000).
top prev last
|
|
|