Sun Microsystems Netscape Enterprise Server Administrator's Manual page 428

Table of Contents

Advertisement

Using the Query Operators
Table 16.4 Query language operators
Operator
Description
Adds mandatory criteria to the search.
AND
Finds documents that have all of the
specified words.
Finds documents containing the
<CONTAINS>
specified words in a document field. The
words must be in the exact same
sequential and contiguous order.
You can use wildcards. Only
alphanumeric values.
Does not rank documents for relevance.
Finds documents in which a document
<ENDS>
field ends with a certain string of
characters.
Does not rank documents for relevance.
equals (=)
Finds documents in which a document
field matches a specific date or numeric
value.
greater than (>)
Finds documents in which a document
field is greater than a specific date or
numeric value.
greater than or
Finds documents in which a document
equal to (>=)
field is greater than or equal to a specific
date or numeric value.
less than (<)
Finds documents in which a document
field is less than a specific date or
numeric value.
428 Netscape Enterprise Server Administrator's Guide
Examples
Antarctica AND mountain climb
Finds only documents containing both
Antarctica and mountain climb plus all
the stemmed variants, such as mountain
climbing.
Title <CONTAINS> higher profit
Finds documents containing the phrase
higher profit in the title. Ignores documents
with profits higher in the title.
Title <ENDS> draft
Finds documents with titles ending in
draft.
Created = 6-30-96
Finds documents created on June 30, 1996.
Created > 6-30-96
Finds documents created after June 30,
1996.
Created >= 6-30-96
Finds documents created on or after June
30, 1996.
Created < 6-30-96
Finds documents created before June 30,
1996.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Netscape Enterprise Server and is the answer not in the manual?

Questions and answers

Table of Contents