|
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 35 of file dict_xsyn.c.
| bool DictSyn::case_sensitive |
Definition at line 35 of file dict_synonym.c.
Referenced by dsynonym_init(), and dsynonym_lexize().
| bool DictSyn::keeporig |
Definition at line 41 of file dict_xsyn.c.
Referenced by dxsyn_init(), and dxsyn_lexize().
| bool DictSyn::keepsynonyms |
Definition at line 43 of file dict_xsyn.c.
Referenced by dxsyn_init(), and dxsyn_lexize().
| int DictSyn::len |
Definition at line 37 of file dict_xsyn.c.
Referenced by dsynonym_init(), dsynonym_lexize(), dxsyn_init(), dxsyn_lexize(), and read_dictionary().
| bool DictSyn::matchorig |
Definition at line 40 of file dict_xsyn.c.
Referenced by dxsyn_init(), and read_dictionary().
| bool DictSyn::matchsynonyms |
Definition at line 42 of file dict_xsyn.c.
Referenced by dxsyn_init(), and read_dictionary().
| Syn * DictSyn::syn |
Definition at line 38 of file dict_xsyn.c.
Referenced by dsynonym_init(), dsynonym_lexize(), dxsyn_init(), dxsyn_lexize(), and read_dictionary().