---
title: isIndexingEnabled
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nscoredatacorespotlightdelegate/isindexingenabled
---

# isIndexingEnabled

A Boolean value that indicates whether Core Data is currently updating the Core Spotlight index with the persistent store’s entities.

## Declaration

```swift
var isIndexingEnabled: Bool { get }
```

## See Also

### Configuring the Index

- [domainIdentifier()](coredata/nscoredatacorespotlightdelegate/domainidentifier().md)
- [indexName()](coredata/nscoredatacorespotlightdelegate/indexname().md)
