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

Comment search hit.

# `t`

```elixir
@type t() :: %Exograph.CommentHit{
  comment: Exograph.Comment.t() | nil,
  fragment: Exograph.Fragment.t() | nil,
  match: term(),
  score: number()
}
```

# `new`

---

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