Skip to main content

hash_field_bytes_with

Function hash_field_bytes_with 

Source
pub fn hash_field_bytes_with(
    buf: &[u8],
    range: (usize, usize),
    state: &RandomState,
) -> u64
Expand description

Hash the raw bytes using a provided RandomState for consistent hashing within a single query (all docs hashed with the same seed).