Postgrex v0.14.0-rc.1 Postgrex.Lexeme View Source

Struct for Postgres Lexeme (A Tsvector type is composed of multiple lexemes)

Fields

  • word
  • positions

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Postgrex.Lexeme{
  positions: [{pos_integer(), :A | :B | :C | nil}],
  word: String.t()
}