|
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(), and get_docrep().
| WordEntry* DocRepresentation::entry |
Definition at line 517 of file tsrank.c.
Referenced by get_docrep().
| QueryItem* DocRepresentation::item |
Definition at line 516 of file tsrank.c.
Referenced by get_docrep().
| QueryItem** DocRepresentation::items |
Definition at line 510 of file tsrank.c.
Referenced by fillQueryRepresentationData().
| struct { ... } DocRepresentation::map |
Referenced by get_docrep().
| 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(), fillQueryRepresentationData(), and get_docrep().
| struct { ... } DocRepresentation::query |
Referenced by fillQueryRepresentationData().