<meta> — Metadata about the document
<meta> tags convey information
about document metadata. The tag must contain a single text
node: the metadata value.
| Name | Type | Default |
|---|---|---|
| beg | NUMBER | 0 |
| dictid | CDATA | None |
| end | NUMBER | 0 |
| key | CDATA | None |
| normalized | 0 or 1 | None |
| pos | NUMBER | 0 |
| sliceid | Enumeration, see slice and dictionary ids | None |
| tokenized | 0 or 1 | None |
| type | Enumeration: documentwide, positional, ranged | None |
Position of the first word
the metadata applies to. Valid when type
is ranged only.
The slice dictionary id, used for backward compatibility only. See <low> tag.
Position of the last word
the metadata applies to. Valid when type
is ranged only.
The metadata key.
1
if searchbox must utf8-normalize the metadata value,
0 if it must not.
Position of the word
the metadata applies to. Valid when type
is positional only.
The slice name for the metadata.
1
if searchbox must tokenize the metadata value (i.e. divide
it into words), 0 if it must
not.
Whether the metadata applies to the whole document, to a single word or to a range of words.
All positions are expressed in number of words from the
start of the document; the first word is at position
0.
searchbox always emits both dictid and
sliceid but can accept tags even with only
one of them. If both are present and don't match searchbox
behaviour is undefined.