postgrespro/rum

Can we compute two tsvectors like array op?

shtse8 opened this issue · 1 comments

I am doing similar article search, so I would like to search articles using target article tsvector with weights and position.

rum_anyarray_ops can let us compare two array which is most similar to what I want, but the result is weird which may because array didn't contain information about the keywords. So I would like to compare the tsvector directly.