Skip to main content

ground_with

Function ground_with 

Source
pub fn ground_with(
    graph: &Graph,
    index: &GroundIndex,
    query: &str,
    limit: usize,
) -> Vec<Hit>
Expand description

Ground using a precomputed GroundIndex — the hot path. Byte-for-byte identical results to ground; the only difference is that the graph-invariant inputs are supplied, not rebuilt.