xlucene-parser / interfaces / AnyDataType
Interface: AnyDataType
Defined in: packages/xlucene-parser/src/interfaces.ts:135
Interface for nodes that can contain any type of data value.
This is the most general data type interface, used by Term nodes that can contain strings, numbers, booleans, or other values.
Extended by
Properties
Property | Type | Description | Defined in |
---|---|---|---|
field_type | xLuceneFieldType | The field type here may be the field type specified in the type_config | packages/xlucene-parser/src/interfaces.ts:140 |
value | FieldValue <any > | - | packages/xlucene-parser/src/interfaces.ts:141 |