Skip to main content

xlucene-parser / interfaces / NodeType

Enumeration: NodeType

Defined in: interfaces.ts:82

Enumeration of all possible AST node types.

Each node in the parsed AST has one of these types, which determines its structure and behavior.

Enumeration Members

Enumeration MemberValueDefined in
Conjunction"conjunction"interfaces.ts:85
Empty"empty"interfaces.ts:92
Exists"exists"interfaces.ts:88
FieldGroup"field-group"interfaces.ts:84
Function"function"interfaces.ts:93
LogicalGroup"logical-group"interfaces.ts:83
Negation"negation"interfaces.ts:86
Range"range"interfaces.ts:89
Regexp"regexp"interfaces.ts:90
Term"term"interfaces.ts:87
TermList"term-list"interfaces.ts:94
Wildcard"wildcard"interfaces.ts:91