IndexOptions

public enum IndexOptions

Specifies the type of index to create, and parameters for certain types of indexes.

  • Regular value index.

    Declaration

    Swift

    case valueIndex
  • Full-Text search index.

    Declaration

    Swift

    case fullTextIndex (language: String?, ignoreDiacritics: Bool)
  • Geo searcg index.

    Declaration

    Swift

    case geoIndex