Updated on 2023-10-23 GMT+08:00

Controlling Text Search

To implement full text searching there must be a function to create a tsvector from a document and a tsquery from a user query. Also, we need to return results in a useful order, so we need a function that compares documents with respect to their relevance to the query. It is also important to be able to display the results nicely. GaussDB supports all these functions.