Exograph.DefinitionHit (exograph v0.1.0)

Copy Markdown View Source

Definition search hit.

Summary

Types

t()

@type t() :: %Exograph.DefinitionHit{
  definition: Exograph.Definition.t() | nil,
  fragment: Exograph.Fragment.t() | nil,
  match: term(),
  score: number()
}

Functions

new(attrs)