mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 07:56:28 +00:00 
			
		
		
		
	Test new indexer
This commit is contained in:
		
				
					committed by
					
						 Clément Renault
						Clément Renault
					
				
			
			
				
	
			
			
			
						parent
						
							14f9056349
						
					
				
				
					commit
					24e84d7ca1
				
			| @@ -50,7 +50,7 @@ main_error = "0.1.0" | ||||
| meilisearch-error = { path = "../meilisearch-error" } | ||||
| meilisearch-tokenizer = { git = "https://github.com/meilisearch/tokenizer.git", tag = "v0.2.5" } | ||||
| memmap = "0.7.0" | ||||
| milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.11.0" } | ||||
| milli = { git = "https://github.com/meilisearch/milli.git", branch = "plug-new-indexer" } | ||||
| mime = "0.3.16" | ||||
| num_cpus = "1.13.0" | ||||
| once_cell = "1.5.2" | ||||
|   | ||||
| @@ -1,8 +1,8 @@ | ||||
| use std::fs::File; | ||||
|  | ||||
| use crate::index::Index; | ||||
| use milli::update::UpdateBuilder; | ||||
| use milli::CompressionType; | ||||
| use milli::update::UpdateBuilder; | ||||
| use rayon::ThreadPool; | ||||
|  | ||||
| use crate::index_controller::UpdateMeta; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user