PostgreSQL Source Code: ParsedText Struct Reference (original) (raw)

#include <[ts_utils.h](ts%5F%5Futils%5F8h%5Fsource.html)>

Data Fields
ParsedWord * words
int32 lenwords
int32 curwords
int32 pos

Detailed Description

Definition at line 102 of file ts_utils.h.

Field Documentation

curwords

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().

lenwords

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().

pos

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().

words

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().


The documentation for this struct was generated from the following file: