mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Add index exists function in index_scheduler
This commit is contained in:
parent
05cc2d1fac
commit
47e526f5ea
3 changed files with 21 additions and 9 deletions
|
@ -102,7 +102,7 @@ pub trait Analytics: Sync + Send {
|
|||
/// This method should be called to aggregate post facet values searches
|
||||
fn post_facet_search(&self, aggregate: FacetSearchAggregator);
|
||||
|
||||
// this method should be called to aggregate a add documents request
|
||||
// this method should be called to aggregate an add documents request
|
||||
fn add_documents(
|
||||
&self,
|
||||
documents_query: &UpdateDocumentsQuery,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue