PostgreSQL Source Code git master
|
Data Fields | |
uint32 | idsubst |
uint16 | posinsubst |
uint16 | tnvariant |
struct LexemeInfo * | nextentry |
struct LexemeInfo * | nextvariant |
Definition at line 30 of file dict_thesaurus.c.
uint32 LexemeInfo::idsubst |
Definition at line 32 of file dict_thesaurus.c.
Referenced by addCompiledLexeme(), addWrd(), checkMatch(), compileTheLexeme(), findVariant(), matchIdSubst(), newLexeme(), and thesaurusRead().
struct LexemeInfo* LexemeInfo::nextentry |
Definition at line 35 of file dict_thesaurus.c.
Referenced by addCompiledLexeme(), compileTheLexeme(), findVariant(), and newLexeme().
struct LexemeInfo* LexemeInfo::nextvariant |
Definition at line 36 of file dict_thesaurus.c.
Referenced by checkMatch(), findVariant(), and matchIdSubst().
uint16 LexemeInfo::posinsubst |
Definition at line 33 of file dict_thesaurus.c.
Referenced by addCompiledLexeme(), addWrd(), findVariant(), newLexeme(), thesaurus_lexize(), and thesaurusRead().
uint16 LexemeInfo::tnvariant |
Definition at line 34 of file dict_thesaurus.c.
Referenced by addCompiledLexeme(), and findVariant().