pub fn schedule_object(app: &App, tn_id: TnId, obj_tp: char, obj_id: &str)Expand description
Ask for one object to be re-indexed once it goes quiet.
Fire-and-forget, exactly like crate::indexer::schedule: failures are
logged, never propagated. A missed index run costs a stale search result,
which must not fail the user’s write.