Struct for Postgres Lexeme (A Tsvector type is composed of multiple lexemes)
word
positions
t() :: %Postgrex.Lexeme{positions: [{pos_integer, :A | :B | :C | nil}], word: String.t}