Commit Graph

41 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
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
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
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
charlotte
2cb43fa638 Removed stop words from settings route 2019-11-19 18:21:44 +01:00
Clément Renault
4b798c71ae Introduce new arguments and understand env vars 2019-11-19 17:50:01 +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
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
db898001eb Get rid of rust-crypto and uuid 2019-10-31 15:28:37 +01:00
Clément Renault
f51c49db93
Introduce the HTTP tide based library 2019-10-31 15:02:34 +01:00