Searched defs:spellfix1_row (Results 1 – 1 of 1) sorted by relevance
1937 struct spellfix1_row { /* For each row of content */ struct1938 sqlite3_int64 iRowid; /* Rowid for this row */1939 char *zWord; /* Text for this row */1940 int iRank; /* Rank for this row */1941 int iDistance; /* Distance from pattern for this row */1942 int iScore; /* Score for sorting */1943 int iMatchlen; /* Value of matchlen column (or -1) */1944 char zHash[SPELLFIX_MX_HASH]; /* the phonehash used for this match */