- Notifications
You must be signed in to change notification settings - Fork28
Commit938236a
committed
The fti.pl supplied with the fulltextindex module generate ALL possible
substrings of two characters or greater, and is case-sensitive.This patch makes it work correctly. It generates only the suffixes of eachword, plus lowercases them - as specified by the README file.This brings it into line with the fti.c function, makes it case-insensitiveproperly, removes the problem with duplicate rows being returned from an ftisearch and greatly reduces the size of the generated index table.It was written by my co-worker, Brett Toolin.Christopher Kings-Lynne1 parent8c6761a commit938236a
1 file changed
+13
-12
lines changedLines changed: 13 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
55 | 61 |
| |
56 | 62 |
| |
57 | 63 |
| |
58 | 64 |
| |
59 | 65 |
| |
| 66 | + | |
| 67 | + | |
60 | 68 |
| |
61 | 69 |
| |
62 | 70 |
| |
63 | 71 |
| |
64 | 72 |
| |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
76 | 77 |
| |
77 | 78 |
| |
78 | 79 |
| |
|
0 commit comments
Comments
(0)