Skip to main content

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

PropertyTypeDescriptionDefined in
field_typexLuceneFieldTypeThe field type here may be the field type specified in the type_configpackages/xlucene-parser/src/interfaces.ts:140
valueFieldValue<any>-packages/xlucene-parser/src/interfaces.ts:141