Chapter 16, Using Search
431
Using the Query Operators
Using Wildcards
You can use wildcards to obtain special results. For example, you can find
documents that contain words that have similar spellings but are not stemmed
variants. For example,
plan
stems into
plans
and
planning
but not
plane
or
planet
. With wildcards, you can find all of these words.
Some characters, such as * and ?, automatically indicate a wildcard-based search
and do not require you to use the
<WILDCARD
operator as part of the
expression.
<WILDCARD>
Finds documents that contain the
wildcard characters in the search string.
You can use this to get words that have
some similar spellings but which would
not be found by stemming the word.
Some characters, such as * and ?,
automatically indicate a wildcard-based
search, so you don’t have to include the
word
<WILDCARD>
.
<WILDCARD> plan*
Finds documents that contain
plan
,
plane
,
and
planet
as well as any word that begins
with
plan
, such as
planned
,
plans
, and
planetopolis
.
See the next section for more details and
examples.
<WORD>
Finds documents that contain the
specified word.
<WORD> theme
Finds documents that contain
theme
,
thematic
,
themes
, and other words that
stem from
theme
.
Table 16.4 Query language operators
Operator
Description
Examples
Содержание Netscape Enterprise Server
Страница 30: ...Contacting Technical Support 30 Netscape Enterprise Server Administrator s Guide ...
Страница 31: ...Part 1 Server Basics 31 1 Server Basics Introduction to Enterprise Server Administering Enterprise Servers ...
Страница 32: ...32 Netscape Enterprise Server Administrator s Guide ...
Страница 56: ...Sending Error Information to Netscape 56 Netscape Enterprise Server Administrator s Guide ...
Страница 64: ...Migrating a Server From a Previous Version 64 Netscape Enterprise Server Administrator s Guide ...
Страница 66: ...66 Netscape Enterprise Server Administrator s Guide ...
Страница 112: ...Managing a Preferred Language List 112 Netscape Enterprise Server Administrator s Guide ...
Страница 158: ...158 Netscape Enterprise Server Administrator s Guide ...
Страница 182: ...Using the Watchdog uxwdog Process Unix 182 Netscape Enterprise Server Administrator s Guide ...
Страница 196: ...Viewing Events Windows NT 196 Netscape Enterprise Server Administrator s Guide ...
Страница 218: ...Enabling the Subagent 218 Netscape Enterprise Server Administrator s Guide ...
Страница 266: ...266 Netscape Enterprise Server Administrator s Guide ...
Страница 302: ...Enabling WAI Services 302 Netscape Enterprise Server Administrator s Guide ...
Страница 310: ...310 Netscape Enterprise Server Administrator s Guide ...
Страница 390: ...Customizing the Web Publisher User Interface 390 Netscape Enterprise Server Administrator s Guide ...
Страница 446: ...Customizing the Search Interface 446 Netscape Enterprise Server Administrator s Guide ...
Страница 448: ...448 Netscape Enterprise Server Administrator s Guide ...
Страница 454: ...Responses 454 Netscape Enterprise Server Administrator s Guide ...
Страница 464: ...Referencing ACL Files in obj conf 464 Netscape Enterprise Server Administrator s Guide ...
Страница 504: ...504 Netscape Enterprise Server Administrator s Guide ...