index abstract method

Index index(
  1. String name
)

opens a named index in the current object store, after which it can be used to, for example, return a series of records sorted by that index using a cursor.

Implementation

Index index(String name);