IndexedType: boolean | "full-text"

The type of index on a property:

  • true enables a regular index
  • "full-text" enables a full-text search index and can only be applied to string properties.

Generated using TypeDoc