(trigram, fileid uint32)
| 82 | } |
| 83 | |
| 84 | func makePostEntry(trigram, fileid uint32) postEntry { |
| 85 | return postEntry(trigram)<<32 | postEntry(fileid) |
| 86 | } |
| 87 | |
| 88 | // Tuning constants for detecting text files. |
| 89 | // A file is assumed not to be text files (and thus not indexed) |