# `Exograph.TextHit`
[🔗](https://github.com/elixir-vibe/exograph/blob/v0.2.0/lib/exograph/text_hit.ex#L1)

Source text search hit.

# `t`

```elixir
@type t() :: %Exograph.TextHit{
  fragment: Exograph.Fragment.t(),
  match: term(),
  score: number()
}
```

# `new`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
