|
pazpar2
1.14.1
|
Data Fields | |
| NMEM | nmem |
| int | num |
| char ** | misspelled |
| char ** | suggest |
| char * | passthrough |
| char** suggestions::misspelled |
Definition at line 134 of file client.c.
Referenced by client_suggestions_create().
| NMEM suggestions::nmem |
Definition at line 132 of file client.c.
Referenced by client_suggestions_create(), and client_suggestions_destroy().
| int suggestions::num |
Definition at line 133 of file client.c.
Referenced by client_get_suggestions_xml(), and client_suggestions_create().
| char* suggestions::passthrough |
Definition at line 136 of file client.c.
Referenced by client_get_suggestions_xml(), and client_suggestions_create().
| char** suggestions::suggest |
Definition at line 135 of file client.c.
Referenced by client_suggestions_create().