PostgreSQL Source Code  git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
DictSyn Struct Reference

Data Fields

int len
 
Synsyn
 
bool matchorig
 
bool keeporig
 
bool matchsynonyms
 
bool keepsynonyms
 
bool case_sensitive
 

Detailed Description

Definition at line 30 of file dict_xsyn.c.

Field Documentation

◆ case_sensitive

bool DictSyn::case_sensitive

Definition at line 33 of file dict_synonym.c.

Referenced by dsynonym_init(), and dsynonym_lexize().

◆ keeporig

bool DictSyn::keeporig

Definition at line 36 of file dict_xsyn.c.

Referenced by dxsyn_init(), and dxsyn_lexize().

◆ keepsynonyms

bool DictSyn::keepsynonyms

Definition at line 38 of file dict_xsyn.c.

Referenced by dxsyn_init(), and dxsyn_lexize().

◆ len

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().

◆ matchorig

bool DictSyn::matchorig

Definition at line 35 of file dict_xsyn.c.

Referenced by dxsyn_init(), and read_dictionary().

◆ matchsynonyms

bool DictSyn::matchsynonyms

Definition at line 37 of file dict_xsyn.c.

Referenced by dxsyn_init(), and read_dictionary().

◆ syn

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().


The documentation for this struct was generated from the following files: