---
title: ScoredSearchableItem
framework: corespotlight
role: symbol
role_heading: Structure
path: corespotlight/scoredsearchableitem
---

# ScoredSearchableItem

A searchable item paired with a caller-assigned relevance score.

## Declaration

```swift
struct ScoredSearchableItem
```

## Mentioned in

Making your indexed content available to Foundation Models

## Topics

### Creating the item

- [init(item:score:)](corespotlight/scoredsearchableitem/init(item:score:).md)

### Getting the item details

- [item](corespotlight/scoredsearchableitem/item.md)
- [score](corespotlight/scoredsearchableitem/score.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Tool customization

- [CustomStage](corespotlight/customstage.md)
- [SearchPipelineData](corespotlight/searchpipelinedata.md)
- [SearchPipelineDataType](corespotlight/searchpipelinedatatype.md)
