sparse property

bool? sparse
getter/setter pair

Whether to create a sparse index.

Sparse indexes only contain entries for documents that have the indexed field, ignoring documents where the field is null or missing.

Implementation

bool? sparse;