Y
Hacker News
new
|
ask
|
show
|
jobs
by
serge2k
3711 days ago
So search is broken in these directories?
That seems like a lousy tradeoff.
1 comments
mjs7231
3711 days ago
You want to save space by not having data on your local system but use a local search to look in the contents of files not on that system? You can't have your cake and eat it too.
link
borski
3711 days ago
Sure you can: index it once, and then stream it forevermore.
link
ctoshok
3711 days ago
except remote contents can change
link
SturgeonsLaw
3711 days ago
Store a hash or checksum in the index and also allow the remote API to return the hash/checksum to see if the file has changed
link