MRISS-Projects / dsh

Document Smart Highlights
0 stars 0 forks source link

The list of documents in mongo dao for getting document by hash should be in the decreasing order of time stamp. #47

Open mriss opened 5 years ago

mriss commented 5 years ago

This should be done in order to always return the newest document with same hash. As the use of cache can allow the creation of repeated records for the same document (hash), ideally the newest should always be returned by the mongo document handling service