Update MeiliSearchService.cs
This commit is contained in:
		
							parent
							
								
									081463edcd
								
							
						
					
					
						commit
						56b2f5150e
					
				| @ -14,10 +14,11 @@ MeiliSearch .NET Integration is a NuGet package that seamlessly embeds MeiliSear | |||||||
| - [x] **Embedded MeiliSearch**: Integrate MeiliSearch directly into your application. | - [x] **Embedded MeiliSearch**: Integrate MeiliSearch directly into your application. | ||||||
| - [x] **Manage Indexes**: Manage your indexs and documents through the SDK, you can still use the default Meilisearch SDK. | - [x] **Manage Indexes**: Manage your indexs and documents through the SDK, you can still use the default Meilisearch SDK. | ||||||
| - [x] **Background Process Management**: Automatically handles the lifecycle of the MeiliSearch process. | - [x] **Background Process Management**: Automatically handles the lifecycle of the MeiliSearch process. | ||||||
| - [ ] **Health Monitoring**: Regular checks on the health of the MeiliSearch instance. | - [x] **Health Monitoring**: Regular checks on the health of the MeiliSearch instance to ensure it stays running. | ||||||
| - [ ] **API Key Management**: An API key is automatically regenerated every time the MeiliSearch service starts unless one is specified in the configuration. | - [x] **API Key Management**: An API key is automatically regenerated every time the MeiliSearch service starts unless one is specified in the configuration. | ||||||
| - [ ] **Resource Monitoring**: Monitor the resources being used including storage by your MeiliSearch. | - [ ] **Resource Monitoring**: Monitor the resources being used including storage by your MeiliSearch. | ||||||
| - [ ] **Future Index Management**: Upcoming feature to automatically compress and decompress indexes for optimized local storage. | - [ ] **Future Index Management**: Upcoming feature to automatically compress and decompress indexes for optimized local storage. | ||||||
|  | - [ ] **Caching Mechanism**: Cache the comrpessed indexes so they are returned when you ask for a list of all indexs. | ||||||
| 
 | 
 | ||||||
| ## Installation | ## Installation | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user