The server has full support for piggy-backed retrieval (see also the following section).
If the Structure attribute is Local Number the term is treated as native Zebra Record Identifier.
Matches x zero or more times. Priority: high.
Matches x one or more times. Priority: high.
Matches x zero or once. Priority: high.
Matches x, then y. Priority: medium.
Matches either x or y. Priority: low.
If the first character of the Regxp-2 query is a plus character (+) it marks the beginning of a section with non-standard specifiers. The next plus character marks the end of the section. Currently Zebra only supports one specifier, the error tolerance, which consists one digit.
Since the plus operator is normally a suffix operator the addition to the query syntax doesn't violate the syntax for standard regular expressions.
Phrase search for information retrieval in the title-register:
@attr 1=4 "information retrieval" |
Ranked search for the same thing:
@attr 1=4 @attr 2=102 "Information retrieval" |
Phrase search with a regular expression:
@attr 1=4 @attr 5=102 "informat.* retrieval" |
Ranked search with a regular expression:
@attr 1=4 @attr 5=102 @attr 2=102 "informat.* retrieval" |
@attr 4=109 @attr 2=5 @attr gils 1=2038 -114 |