|
PostgreSQL Source Code git master
|
Data Fields | ||
| union { | ||
| struct { | ||
| QueryItem ** items | ||
| int16 nitem | ||
| } query | ||
| struct { | ||
| QueryItem * item | ||
| WordEntry * entry | ||
| } map | ||
| } | data | |
| WordEntryPos | pos | |
| union { ... } DocRepresentation::data |
Referenced by fillQueryRepresentationData().
| QueryItem** DocRepresentation::items |
Definition at line 510 of file tsrank.c.
Referenced by fillQueryRepresentationData().
| struct { ... } DocRepresentation::map |
| int16 DocRepresentation::nitem |
Definition at line 511 of file tsrank.c.
Referenced by fillQueryRepresentationData().
| WordEntryPos DocRepresentation::pos |
Definition at line 520 of file tsrank.c.
Referenced by calc_rank_cd(), Cover(), and fillQueryRepresentationData().
| struct { ... } DocRepresentation::query |
Referenced by fillQueryRepresentationData().