| 
							
							
								 Clément Renault | 3c76b3548d | Rework the Asc/Desc criteria to be facet iterator based | 2021-03-08 13:32:25 +01:00 |  | 
			
				
					| 
							
							
								 Clément Renault | a58d2b6137 | Print the Asc/Desc criterion field name in the debug prints | 2021-03-08 13:32:25 +01:00 |  | 
			
				
					| 
							
							
								 Clément Renault | 08a0ff7091 | Merge pull request #101 from meilisearch/criterion-display implement display for criterion | 2021-03-08 13:29:05 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | e3095be85c | Remove Debug use in Display impl | 2021-03-08 12:09:09 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | 9e1eb25232 | implement display for criterion Update milli/src/criterion.rs
Co-authored-by: Clément Renault <clement@meilisearch.com> | 2021-03-08 11:00:30 +01:00 |  | 
			
				
					| 
							
							
								 Clément Renault | 71b069d3e1 | Merge pull request #102 from meilisearch/fix-searchable-settings-test Fix the searchable settings test | 2021-03-08 10:55:30 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | 2f93cce7aa | auto index creation | 2021-03-08 10:48:34 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | ac4d795eff | update created at when updating index | 2021-03-08 10:21:12 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | ced32afd9f | implement get single index | 2021-03-06 20:17:58 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | 281a445998 | implement list indexes | 2021-03-06 20:12:20 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | d9254c4355 | implement index delete | 2021-03-06 12:57:56 +01:00 |  | 
			
				
					| 
							
							
								 Clément Renault | e5bb96bc3b | Fix the searchable settings test | 2021-03-06 12:48:41 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | 86211b1ddd | import routes modules in main | 2021-03-06 10:53:11 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | 7d28f8cff0 | implement get single udpate | 2021-03-06 10:51:52 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | f4f42ec441 | add tests | 2021-03-05 20:06:10 +01:00 |  | 
			
				
					| 
							
							
								 marin | 3992d917ec | Merge pull request #55 from meilisearch/fix-settings-delete fix settings delete | 2021-03-05 19:57:43 +01:00 |  | 
			
				
					| 
							
							
								 marin | 964e52ef08 | Merge pull request #56 from meilisearch/fix-bad-index-uid Fix bad index uid | 2021-03-05 19:57:31 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | 65ca80bdde | enable criterion setting | 2021-03-05 19:31:49 +01:00 |  | 
			
				
					| 
							
							
								 marin | b8ebf07555 | Merge pull request #57 from meilisearch/remove-duplicated-pending-update remove duplicated pending update | 2021-03-05 19:17:57 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | f04dd2af39 | enable tests delete settings | 2021-03-05 19:14:45 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | d52e6fc21e | fix settings delete bug | 2021-03-05 19:14:45 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | 561f29042c | add tests | 2021-03-05 19:12:35 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | 3987d17e40 | add indx uid format guard on create ops | 2021-03-05 19:10:24 +01:00 |  | 
			
				
					| 
							
							
								 marin | c0515bcfe2 | Update src/index_controller/local_index_controller/mod.rs Co-authored-by: Clément Renault <clement@meilisearch.com> | 2021-03-05 19:08:32 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | 7d2ae9089e | restore test | 2021-03-05 19:08:32 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | 4552c42f88 | deduplicate pending and processing updates | 2021-03-05 19:08:32 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | a9c7b73744 | implement list all updates | 2021-03-05 18:34:04 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | c2282ab5cb | non local udpate actor | 2021-03-04 19:30:13 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | f090f42e7a | multi index store create two channels for Index handler, one for writes and one for reads,
so write are processed one at a time, while reads are processed in
parallel. | 2021-03-04 19:18:01 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | 6a0a9fec6b | async update store | 2021-03-04 17:25:02 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | a955e04ab6 | implement clear documents | 2021-03-04 16:04:12 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | ae5581d37c | implement delete documents | 2021-03-04 15:59:18 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | 181eaf95f5 | restore update documents | 2021-03-04 15:10:58 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | 581dcd5735 | implement retrieve one document | 2021-03-04 15:09:00 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | f3d65ec5e9 | implement retrieve documents | 2021-03-04 14:20:19 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | 17b84691f2 | list settings | 2021-03-04 12:38:55 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | 47138c7632 | update settings | 2021-03-04 12:20:14 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | 8432c8584a | refactor index controller | 2021-03-04 12:03:06 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | a56db854a2 | refactor update handler | 2021-03-04 11:58:15 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | 9e2a95b1a3 | refactor search | 2021-03-04 11:23:41 +01:00 |  | 
			
				
					| 
							
							
								 mpostma | ae3c8af56c | enable faceted search | 2021-03-04 10:42:44 +01:00 |  | 
			
				
					| 
							
							
								 Clément Renault | 70dce6cc0b | Make sure that we do not use jemalloc on macos | 2021-03-04 09:17:46 +01:00 |  | 
			
				
					| 
							
							
								![bors[bot]](/avatar/358764112654da1b495fabe94259fbe6?size=56) bors[bot] | 77083d9e80 | Merge #1279 1279: fix Docker volume path r=MarinPostma a=fharper
essential if `$(pwd)` returns a path with spaces
Co-authored-by: Frédéric Harper <hi@fred.dev> | 2021-03-03 21:15:16 +00:00 |  | 
			
				
					| 
							
							
								 Frédéric Harper | 4a66803d76 | fix Docker volume path essential if pwd returns a path with spaces | 2021-03-03 13:18:07 -05:00 |  | 
			
				
					| 
							
							
								 Clément Renault | 2924ed31f3 | Merge pull request #97 from meilisearch/criteria Introduce all the criteria | 2021-03-03 18:24:22 +01:00 |  | 
			
				
					| 
							
							
								 Kerollmops | 9b6b35d9b7 | Clean up some comments | 2021-03-03 18:19:10 +01:00 |  | 
			
				
					| 
							
							
								 Kerollmops | 2cc4a467a6 | Change the criterion output that cannot fail | 2021-03-03 18:18:33 +01:00 |  | 
			
				
					| 
							
							
								 Kerollmops | 1fc25148da | Remove useless where clauses for the criteria | 2021-03-03 18:09:19 +01:00 |  | 
			
				
					| 
							
							
								 Kerollmops | 07784c8990 | Tune the words prefixes threshold to compute for 1/1000 instead | 2021-03-03 15:51:28 +01:00 |  | 
			
				
					| 
							
							
								 Kerollmops | f376c6a728 | Make sure we retrieve the docid word positions | 2021-03-03 15:45:03 +01:00 |  |