Hilary Cotter
2006-12-19 12:56:04 UTC
a.. A. You have two options. The first is to remove the persistent handler
registry key for the extension for this document type. For instance to
prevent Word documents from being indexed remove this key:
HKEY_CLASSES_ROOT\.doc\PersistentHandler
or change it to something like this
HKEY_CLASSES_ROOT\.doc\XPersistentHandler
You can also add the following registry entries to the key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ContentIndex\Catalogs\Web\Scopes
Value Name c:\inetpub\wwwroot\*.txt Value Data ,,4
Here we are preventing any text files from being indexed in the root of our
default web site, and any of its subdirectories (this tip courtesy or
Matthew Folletti (matthewfoletti at hotmail.com)).
--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
registry key for the extension for this document type. For instance to
prevent Word documents from being indexed remove this key:
HKEY_CLASSES_ROOT\.doc\PersistentHandler
or change it to something like this
HKEY_CLASSES_ROOT\.doc\XPersistentHandler
You can also add the following registry entries to the key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ContentIndex\Catalogs\Web\Scopes
Value Name c:\inetpub\wwwroot\*.txt Value Data ,,4
Here we are preventing any text files from being indexed in the root of our
default web site, and any of its subdirectories (this tip courtesy or
Matthew Folletti (matthewfoletti at hotmail.com)).
--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
I'm pretty sure I know the answer, but have to ask. Is there a setting
that
will make a catalog not index a file because of its file type? I know I
should just move unwanted files into another directory, but there are
other
people that I have to deal with and I can't go into 1000 individual
documents
and exclude them. Well I could but Im not going to.
Like I said ...have to ask. Thanks..
--
David
that
will make a catalog not index a file because of its file type? I know I
should just move unwanted files into another directory, but there are
other
people that I have to deal with and I can't go into 1000 individual
documents
and exclude them. Well I could but Im not going to.
Like I said ...have to ask. Thanks..
--
David