PostgreSQL Source Code
git master
|
Data Fields | |
int | len |
Syn * | syn |
bool | matchorig |
bool | keeporig |
bool | matchsynonyms |
bool | keepsynonyms |
bool | case_sensitive |
Definition at line 30 of file dict_xsyn.c.
bool DictSyn::case_sensitive |
Definition at line 33 of file dict_synonym.c.
Referenced by dsynonym_init(), and dsynonym_lexize().
bool DictSyn::keeporig |
Definition at line 36 of file dict_xsyn.c.
Referenced by dxsyn_init(), and dxsyn_lexize().
bool DictSyn::keepsynonyms |
Definition at line 38 of file dict_xsyn.c.
Referenced by dxsyn_init(), and dxsyn_lexize().
int DictSyn::len |
Definition at line 32 of file dict_xsyn.c.
Referenced by dsynonym_init(), dsynonym_lexize(), dxsyn_init(), dxsyn_lexize(), and read_dictionary().
bool DictSyn::matchorig |
Definition at line 35 of file dict_xsyn.c.
Referenced by dxsyn_init(), and read_dictionary().
bool DictSyn::matchsynonyms |
Definition at line 37 of file dict_xsyn.c.
Referenced by dxsyn_init(), and read_dictionary().
Syn * DictSyn::syn |
Definition at line 33 of file dict_xsyn.c.
Referenced by dsynonym_init(), dsynonym_lexize(), dxsyn_init(), dxsyn_lexize(), and read_dictionary().