Type alias NormaliserFunction

NormaliserFunction: ((path, value) => string)

Type declaration

    • (path, value): string
    • A function used to normalise a key value before it is packed into an index value.

      This is useful when you want to index your fields differently to how they're stored e.g. lowercase values before they are put in the index.

      Parameters

      Returns string

Generated using TypeDoc