Postgrex v0.13.1 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}