|
|
|
|
|
by andres
5501 days ago
|
|
The `_id` attribute for each item is its submission id plus a signature. ThriftDB references objects by their unique `_id` attributes. The `id` attribute on the other hand is an item's submission id. It's not indexed though so you can't do lookup by id. |
|
I would like to lookup items by HN id.