Postgrex v0.13.2 Postgrex.Lexeme

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

Fields

  • word
  • positions

Summary

Types

t()
t() :: %Postgrex.Lexeme{positions: [{pos_integer, :A | :B | :C | nil}], word: String.t}