Provides an ITrieSearchReducer implementation to accumulate a union / AND of matches across all phrases provided in a search query.

Type Parameters

  • T extends object

Implements

Constructors

Accessors

Methods

Constructors

Accessors

  • get keyFields(): Key
  • Returns Key

    Returns the index field key.

  • get matches(): T[]
  • Returns T[]

    Returns the union of all matches.

Methods