Searched defs:snippetMatch (Results 1 – 1 of 1) sorted by relevance
81149 struct snippetMatch { /* One entry for each matching term */ struct81150 char snStatus; /* Status flag for use while constructing snippets */81151 short int iCol; /* The column that contains the match */81152 short int iTerm; /* The index in Query.pTerms[] of the matching term */81153 int iToken; /* The index of the matching document token */81154 short int nByte; /* Number of bytes in the term */81155 int iStart; /* The offset to the first character of the term */