Update README.md

This commit is contained in:
Dan Stone 2020-02-25 11:00:26 +00:00 committed by GitHub
parent 08e4ab2b32
commit 9ab0b3c563
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ Our requirements have been listed by a key business stakeholder:
## Essential requirements:
- Search results should be relevant, e.g. a search for broccoli stilton soup should return at least broccoli stilton soup.
- Searches should complete quickly so users are not kept waiting this tool needs to serve many users so lower latency will mean we can serve more concurrent searches.
- Searches should complete quickly so users are not kept waiting this tool needs to serve many users so lower latency will mean we can serve more concurrent searches - ideally searches will take < 10ms.
Ideally the results will be sorted so that the most relevant result is first in the result list.