|
Groonga 3.0.9 Source Code Document
|

Data Fields | |
| FILE * | fp |
| char * | path |
| uint64_t | line |
| int | submit |
| char * | query |
| uint64_t | millisec |
| char * | client_id |
| char * | learn_target_name |
| struct _suggest_log_file * | next |
Definition at line 482 of file groonga_suggest_learner.c.
| char* client_id |
Definition at line 490 of file groonga_suggest_learner.c.
| FILE* fp |
Definition at line 483 of file groonga_suggest_learner.c.
| char* learn_target_name |
Definition at line 491 of file groonga_suggest_learner.c.
| uint64_t line |
Definition at line 485 of file groonga_suggest_learner.c.
| uint64_t millisec |
Definition at line 489 of file groonga_suggest_learner.c.
| struct _suggest_log_file* next |
Definition at line 493 of file groonga_suggest_learner.c.
| char* path |
Definition at line 484 of file groonga_suggest_learner.c.
| char* query |
Definition at line 488 of file groonga_suggest_learner.c.
| int submit |
Definition at line 487 of file groonga_suggest_learner.c.
1.8.1.2