You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a GIN index on the Document.text_vector field. However, exact word/phrase matches are done using regular expression pattern matching on the Document.text field. I don't think there is a way to speed up such non-left anchored searches with an index, but this could use additional verification.
The text was updated successfully, but these errors were encountered:
There is a GIN index on the
Document.text_vector
field. However, exact word/phrase matches are done using regular expression pattern matching on theDocument.text
field. I don't think there is a way to speed up such non-left anchored searches with an index, but this could use additional verification.The text was updated successfully, but these errors were encountered: