Fix typos, reword some overly general index entries.
- setweight by filter
+ setweight for specific lexeme(s)
setweight(vector tsvector>, weight "char">, lexemes "text"[]>)
- delete lemexeme
+ delete lexeme(s) from tsvector
delete(vector tsvector>, lexeme text>)
|
-
- delete lemexemes array
-
+
delete(vector tsvector>, lexemes text[]>)
tsvector
+ for tsvector
unnest(tsvector>, OUT lexeme> text>, OUT positions> smallint[]>, OUT weights> text>)
+ for tsvector
filter(vector tsvector>, weights "char"[]>)