#include <searchm.h>
Data Fields | |
char * | t |
int | i |
searchm_nodeelem * | next |
searchm_nodeelem * | prev |
Each node contains information about a swish word/ search term.
|
Number of terms; 0 single term, >=2 part of a phrase, with 1 being the last term in the phrase. |
|
The next node in list. |
|
The previous node in list. |
|
The term. A pointer into swish_list |