Configuring Text Search
248
Netscape Enterprise Server Administrator’s Guide • November 2001
Add the stop words to
style.stp
, one per line and left justified. You can use
operators such as square brackets ([ ]) to indicate character classes, periods (.) to
indicate any
character, and plus notation (+) to indicate repeats. For example, the
style.stp
file
might contain the following lines:
........................................+
at
and
be
[0-9a-zA-Z]
[0-9][0-9][0-9][0-9]+
In this example, the first line of periods (in the file by default) indicates that words
with 40 or more characters are not to be indexed, as well as the words at, and, and
be. [0-9a-zA-Z] indicates that all one letter words are not to be indexed.
[0-9][0-9][0-9][0-9]+ indicates that all integers with four or more digits are not to be
indexed.
The words you specify are case sensitive, so you need to enter all the case
variations of a word. For instance, for the you should enter the, THE, and The.
If you want to use stop words, make sure you create the
style.stp
file before you
create a collection. Changing the
style.stp
file after a collection has been created,
requires you to:
1.
Delete the current collection.
2.
Change the stop list for the collection type.
3.
Recreate the collection.
4.
Reindex all the documents in the collection.
Turning Search On or Off
Before users can search your server or web site, you must turn search on. The
default setting is for search to be turned off. Turn the search function on or off
using the Search State interface in the Server Manager.
Turning search off for a server where users do not use search can improve server
performance. You may also want to turn off the search function when you know
the server will have heavy traffic, and back on when traffic is lighter. When search
is turned off, the search plug-in is not loaded when the HTTP server starts up.
Summary of Contents for NETSCAPE ENTREPRISE SERVER 6.0 - ADMINISTRATOR
Page 1: ...Administrator s Guide Netscape Enterprise Server Version6 0 November 2001...
Page 18: ...18 Netscape Enterprise Server Administrator s Guide November 2001...
Page 26: ...26 Netscape Enterprise Server Administrator s Guide November 2001...
Page 48: ...Migrating a Server 48 Netscape Enterprise Server Administrator s Guide November 2001...
Page 50: ...50 Netscape Enterprise Server Administrator s Guide November 2001...
Page 146: ...146 Netscape Enterprise Server Administrator s Guide November 2001...
Page 242: ...242 Netscape Enterprise Server Administrator s Guide November 2001...
Page 294: ...294 Netscape Enterprise Server Administrator s Guide November 2001...
Page 332: ...Deleting a Virtual Server 332 Netscape Enterprise Server Administrator s Guide November 2001...
Page 378: ...378 Netscape Enterprise Server Administrator s Guide November 2001...
Page 396: ...Responses 396 Netscape Enterprise Server Administrator s Guide November 2001...
Page 414: ...Posting to JSPs 414 Netscape Enterprise Server Administrator s Guide November 2001...
Page 432: ...Further Information 432 Netscape Enterprise Server Administrator s Guide November 2001...
Page 444: ...444 Netscape Enterprise Server Administrator s Guide November 2001...