Skip to main content

TextHit

Type Alias TextHit 

Source
pub type TextHit = (Vec<u8>, Vec<u8>);
Expand description

Pair of (document key, raw text bytes) returned by the per-text-field search helpers on VectorTable. Each hit echoes the user-visible document key plus the original bytes the FT.* surface stored under the queried TEXT field, so callers can render the response without a second round trip to the dynvec engine.