Commit Graph

55 Commits

Author SHA1 Message Date
Clément Renault 9605a2cd88
Make possible to use a custom uid and simplify the usage 2019-11-22 14:01:00 +01:00
Clément Renault 0f86ccc035
Index UID generation makes sure to not generate the same number 2019-11-22 14:01:00 +01:00
Clément Renault d4d2a2303a Fix a typo on timeout_ms used for multi index search 2019-11-22 13:47:29 +01:00
Clément Renault 4236632af6
Add an amplitude analysis loop tick 2019-11-21 20:28:58 +01:00
Quentin de Quelen d60aa722c0 Allow to update `expireAt` and `revoked` on token 2019-11-21 11:49:49 +01:00
Quentin de Quelen 055368acd8 Fix for review 2019-11-21 11:49:49 +01:00
Quentin de Quelen 7f2e5d091a Rename routes /synonym to /synonyms 2019-11-20 15:33:42 +01:00
Quentin de Quelen c69ae8154f Allow to receive schema update formated as SchemaBuilder 2019-11-20 15:25:34 +01:00
Quentin de Quelen cd95b243bb Add the update index route 2019-11-20 15:00:06 +01:00
Quentin de Quelen 1f1cb1f501 Rename browse_documents into get_all_documents and always respond HTTP Ok 2019-11-20 14:18:21 +01:00
Quentin de Quelen 530738cfe9 Format code 2019-11-20 14:12:12 +01:00
Quentin de Quelen 878dd6912e Return a HTTP 401 instead of 404 if token is not found 2019-11-20 14:06:56 +01:00
Quentin de Quelen 5f0f699f37 Move route to clear all synonyms on DELETE /synonyms 2019-11-20 14:03:55 +01:00
Quentin de Quelen ca13900699 Add async routes should return ACCEPTED status code response 2019-11-20 14:03:19 +01:00
Quentin de Quelen cc97889b37 Add stop-word is now PATCH method 2019-11-20 13:56:43 +01:00
Quentin de Quelen 45ded0498b Format code with cargo fmt 2019-11-20 11:45:23 +01:00
Quentin de Quelen d01a3944c1 Add last_update information on global /stats route 2019-11-20 11:45:22 +01:00
Quentin de Quelen a0caf0d6d7 Remove unused result response on indexes_uids function 2019-11-20 11:45:22 +01:00
Quentin de Quelen e22debb994 Update index updated_at information at each update callback 2019-11-20 11:45:22 +01:00
Quentin de Quelen 1b8df0ed8b Remove last_update from stats 2019-11-20 11:45:22 +01:00
Quentin de Quelen 3286a5213c Move fields frequency from common store to index main store 2019-11-20 11:45:22 +01:00
Quentin de Quelen 394976d330 Update list_index route to return all index information, not only list of uid 2019-11-20 11:45:22 +01:00
Quentin de Quelen b95acbece0 Function generate_uid return now lowercased uid 2019-11-20 11:45:22 +01:00
Quentin de Quelen c94f4dff71 Do not return update_id on IndexCreateRespnse if it's none 2019-11-20 11:45:22 +01:00
Quentin de Quelen e6465f4ea1 Create a new specific route for schema 2019-11-20 11:45:22 +01:00
Quentin de Quelen 2b3c91aabd Update get_index_schema to allow raw response 2019-11-20 11:45:22 +01:00
Quentin de Quelen e97e13ce9f Rename index_name to index_uids 2019-11-20 11:45:22 +01:00
Quentin de Quelen 39e2b73718 Add updatedAt on main index store 2019-11-20 11:45:22 +01:00
Quentin de Quelen a90facaa41 Rename index_name by index_uid 2019-11-20 11:45:22 +01:00
Quentin de Quelen 5527457655 Rewrite create_index route new path, body request and response 2019-11-20 11:45:21 +01:00
Clément Renault 963ca1e2c7
Unify the crates versions to 0.8.0 2019-11-20 10:47:32 +01:00
charlotte 2cb43fa638 Removed stop words from settings route 2019-11-19 18:21:44 +01:00
Clément Renault 7eeedec7eb Bump meilidb-http to v0.3.0 2019-11-19 17:50:01 +01:00
Clément Renault 4b798c71ae Introduce new arguments and understand env vars 2019-11-19 17:50:01 +01:00
Clément Renault 685016bfec
Bump meilidb-core to v0.7.0 and meilidb-http to v0.2.0 2019-11-18 15:49:23 +01:00
Clément Renault e854d67a55 Remove useless routes and checks 2019-11-18 14:41:49 +01:00
Clément Renault 23a89732a5 Prefer using a global update callback common to all indexes 2019-11-18 14:41:49 +01:00
Clément Renault 521c96354f
Improve the highlight formatted outputs 2019-11-15 14:16:21 +01:00
Clementine Urquizar 810b328ad2 Change the HTTP status code on index deletion 2019-11-13 15:14:23 +01:00
Charlotte Vermandel e51704c09a Remove the error catching on the index creation route when the index already exist 2019-11-13 14:42:59 +01:00
Clément Renault 5c5f41d755
Take attributes to search in into account 2019-11-12 18:35:58 +01:00
Clément Renault acb5e624c6 Add enqueued and processed datetimes 2019-11-12 18:21:59 +01:00
Clément Renault a98949ff1d Improve updates JSON format 2019-11-12 16:57:22 +01:00
Clément Renault 64791815fa
Add env logger to enable logging 2019-11-11 19:03:38 +01:00
Clément Renault 7f33a01ae1
Update dependencies 2019-11-10 11:04:56 +01:00
Clément Renault d07d14d33a
Update crossbeam-channel to 0.4.0 2019-11-10 11:03:22 +01:00
Clément Renault 026464b2e4
Bump meilidb-core to v0.6.5 2019-11-06 11:52:34 +01:00
Clément Renault df066f4321 Introduce a new add or update documents PUT route 2019-11-06 11:42:41 +01:00
Clément Renault 69832e8c70 Update the http index deletion route 2019-11-06 11:42:41 +01:00
Clément Renault 2a50e08bb8
Moving to heed v0.5.0 2019-11-04 10:49:27 +01:00