Skip to main content

xlucene-parser / interfaces / NodeType

Enumeration: NodeType

Enumeration Members

Conjunction

Conjunction: "conjunction"

Source

xlucene-parser/src/interfaces.ts:48


Empty

Empty: "empty"

Source

xlucene-parser/src/interfaces.ts:55


Exists

Exists: "exists"

Source

xlucene-parser/src/interfaces.ts:51


FieldGroup

FieldGroup: "field-group"

Source

xlucene-parser/src/interfaces.ts:47


Function

Function: "function"

Source

xlucene-parser/src/interfaces.ts:56


LogicalGroup

LogicalGroup: "logical-group"

Source

xlucene-parser/src/interfaces.ts:46


Negation

Negation: "negation"

Source

xlucene-parser/src/interfaces.ts:49


Range

Range: "range"

Source

xlucene-parser/src/interfaces.ts:52


Regexp

Regexp: "regexp"

Source

xlucene-parser/src/interfaces.ts:53


Term

Term: "term"

Source

xlucene-parser/src/interfaces.ts:50


TermList

TermList: "term-list"

Source

xlucene-parser/src/interfaces.ts:57


Wildcard

Wildcard: "wildcard"

Source

xlucene-parser/src/interfaces.ts:54