PostgreSQL Source Code
git master
|
#include <ts_utils.h>
Data Fields | |
ParsedWord * | words |
int32 | lenwords |
int32 | curwords |
int32 | pos |
Definition at line 102 of file ts_utils.h.
int32 ParsedText::curwords |
Definition at line 106 of file ts_utils.h.
Referenced by add_to_tsvector(), json_to_tsvector_worker(), jsonb_to_tsvector_worker(), make_tsvector(), parsetext(), pushval_morph(), to_tsvector_byid(), and tsvector_update_trigger().
int32 ParsedText::lenwords |
Definition at line 105 of file ts_utils.h.
Referenced by add_to_tsvector(), parsetext(), pushval_morph(), to_tsvector_byid(), and tsvector_update_trigger().
int32 ParsedText::pos |
Definition at line 107 of file ts_utils.h.
Referenced by add_to_tsvector(), parsetext(), pushval_morph(), to_tsvector_byid(), and tsvector_update_trigger().
ParsedWord* ParsedText::words |
Definition at line 104 of file ts_utils.h.
Referenced by add_to_tsvector(), json_to_tsvector_worker(), jsonb_to_tsvector_worker(), make_tsvector(), parsetext(), pushval_morph(), to_tsvector_byid(), and tsvector_update_trigger().