Record
lexeme
Represents an arbitrary precision numeric type
record lexeme {
position: option<u16>,
weight: option<lexeme-weight>,
data: string,
}Fields
| Name | Type | Description |
|---|---|---|
| position | option<u16> | Position (1->16383) |
| weight | option<lexeme-weight> | Weight of the lexeme (in a relevant ts-vector) |
| data | string | Data |