Contents

init(name:)

Returns an on-device index with the specified name.

Declaration

init(name: String)

Parameters

  • name:

    A name that pertains to your custom organization.

Return Value

An on-device index.

Discussion

If you want to use batching or you want to index items in a specific protection class, you need to use your own index (you can’t perform batch updates on the default index).

See Also

Creating an index