---
title: stopSpotlightIndexing()
framework: coredata
role: symbol
role_heading: Instance Method
path: coredata/nscoredatacorespotlightdelegate/stopspotlightindexing()
---

# stopSpotlightIndexing()

Stops the indexing of the store’s entities.

## Declaration

```swift
func stopSpotlightIndexing()
```

## Discussion

Discussion After you call this method, the delegate no longer posts notifications about index changes.

## See Also

### Managing the Index

- [attributeSet(for:)](coredata/nscoredatacorespotlightdelegate/attributeset(for:).md)
- [deleteSpotlightIndex(completionHandler:)](coredata/nscoredatacorespotlightdelegate/deletespotlightindex(completionhandler:).md)
- [startSpotlightIndexing()](coredata/nscoredatacorespotlightdelegate/startspotlightindexing().md)
