Class: TermFilter

TermFilter

Elastic Term or Terms filter. Automatically handles nested term filters if necessary.

Constructor

new TermFilter(fieldPath, value, doNotNestopt)

Parameters:
Name Type Attributes Description
fieldPath string

Field property - can be nested [x.y].

value any

Value to match property.

doNotNest bool <optional>

If true, will not automatically create nested term.

Source:

Extends

TermFilter

Elastic Term or Terms filter. Automatically handles nested term filters if necessary.

Constructor

new TermFilter(fieldPath, value, doNotNestopt)

Parameters:
Name Type Attributes Description
fieldPath string

Field property - can be nested [x.y].

value any

Value to match property.

doNotNest bool <optional>

If true, will not automatically create nested term.

Source:

Extends