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
Index

Constructors

Accessors

Methods

Constructors

Accessors

  • get keyFields(): KeyFields | Key

    Returns KeyFields | Key

    Returns the index field key.

  • get matches(): T[]

    Returns T[]

    Returns the union of all matches.

Methods