Entry for each unique keyword to track how often it occurred. More...
Data Fields | |
struct KeywordCounter * | prev |
This is a doubly-linked list. More... | |
struct KeywordCounter * | next |
This is a doubly-linked list. More... | |
const char * | value |
Keyword that was found. More... | |
unsigned int | count |
How many files have this keyword? More... | |
Entry for each unique keyword to track how often it occurred.
Contains the keyword and the counter.
Definition at line 38 of file fs_sharetree.c.
struct KeywordCounter* KeywordCounter::prev |
This is a doubly-linked list.
Definition at line 43 of file fs_sharetree.c.
struct KeywordCounter* KeywordCounter::next |
This is a doubly-linked list.
Definition at line 48 of file fs_sharetree.c.
const char* KeywordCounter::value |
Keyword that was found.
Definition at line 53 of file fs_sharetree.c.
Referenced by add_to_keyword_counter(), migrate_and_drop_keywords(), and remove_high_frequency_keywords().
unsigned int KeywordCounter::count |
How many files have this keyword?
Definition at line 58 of file fs_sharetree.c.
Referenced by add_to_keyword_counter(), migrate_and_drop_keywords(), and remove_high_frequency_keywords().