Exograph.ReferenceHit (exograph v0.2.0)

Copy Markdown View Source

Reference search hit.

Summary

Types

t()

@type t() :: %Exograph.ReferenceHit{
  fragment: Exograph.Fragment.t() | nil,
  match: term(),
  reference: Exograph.Reference.t() | nil,
  score: number()
}

Functions

new(attrs)