pub fn apply_refresh<S, I>(
storage: &S,
alias: &str,
existing_metadata: Source,
existing_aliases: Vec<String>,
payload: RefreshPayload,
metrics: PerformanceMetrics,
indexer: &I,
) -> Result<RefreshOutcome>where
S: RefreshStorage,
I: RefreshIndexer,Expand description
Apply a refresh: persist content and re-index the source.