Commit eb87c7e
Add a type field to the crawl results.
Currently, Tsunami stores the HTTP response directly in the crawl results. This new field provides supports several storage strategy. More specifically, in Goonami we only store a hash of the page for efficiency.
PiperOrigin-RevId: 869109670
Change-Id: I1cc03dc60006090c5c60319e505e941aba4da6971 parent 6a9b6f4 commit eb87c7e
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
85 | 92 | | |
86 | 93 | | |
87 | 94 | | |
| |||
100 | 107 | | |
101 | 108 | | |
102 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
103 | 115 | | |
0 commit comments