searsia / searsiaserver

Federated Web Search Server
Apache License 2.0
8 stars 4 forks source link

Index date #3

Closed djoerd closed 6 years ago

djoerd commented 8 years ago

When indexing search results, add the current date, so results can be: 1) ignored by the client if they are too old; (they might still be useful in this, because they give the client a reason to get fresh results from whatever resource produced the result); 2) removed by the server if they are really old.

djoerd commented 8 years ago

Option 1) is done in v0.3.0

searsia commented 6 years ago

Let's open a new issue for this. Things have changed a bit since v1, but index garbage collection has not yet been implemented.