Exograph.TextHit (exograph v0.1.0)

Copy Markdown View Source

Source text search hit.

Summary

Types

t()

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

Functions

new(attrs)