---
title: isIndexed
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nspropertydescription/isindexed
---

# isIndexed

A Boolean value that indicates whether the receiver should be indexed for searching.

## Declaration

```swift
var isIndexed: Bool { get set }
```

## Discussion

Discussion true if the receiver should be indexed for searching, otherwise false. Object stores can optionally use this information upon store creation for operations such as defining indexes. Special Considerations Setting this property raises an exception if the receiver’s model has been used by an object graph manager.

## See Also

### Accessing Features of a Property

- [entity](coredata/nspropertydescription/entity.md)
- [isOptional](coredata/nspropertydescription/isoptional.md)
- [isTransient](coredata/nspropertydescription/istransient.md)
- [name](coredata/nspropertydescription/name.md)
- [userInfo](coredata/nspropertydescription/userinfo.md)
