pub fn ingest_with(
processor: &dyn Processor,
asset_uri: &str,
media_type: &str,
digest: u64,
bytes: &[u8],
) -> IngestResultExpand description
Ingest an asset through a processor and fold its output into a fresh container — the original plus its
derived searchable representations, its facets, and any flags, all as edges. digest is the primary
asset’s content digest.