mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-30 23:46:28 +00:00 
			
		
		
		
	Publish grenad CompressionType type in milli
This commit is contained in:
		| @@ -54,7 +54,7 @@ pub type FieldId = u16; | ||||
| pub type Position = u32; | ||||
| pub type FieldDistribution = BTreeMap<String, u64>; | ||||
|  | ||||
| type MergeFn<E> = for<'a> fn(&[u8], &[Cow<'a, [u8]>]) -> StdResult<Vec<u8>, E>; | ||||
| type MergeFn<E> = for<'a> fn(&[u8], &[Cow<'a, [u8]>]) -> StdResult<Cow<'a, [u8]>, E>; | ||||
|  | ||||
| /// Transform a raw obkv store into a JSON Object. | ||||
| pub fn obkv_to_json( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user