Add index exists function in index_scheduler

This commit is contained in:
karribalu 2024-07-08 22:27:10 +01:00
parent 05cc2d1fac
commit 47e526f5ea
3 changed files with 21 additions and 9 deletions

View file

@ -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,