Function xapian::ffi::add_string

source ·
pub fn add_string(
    doc: Pin<&mut Document>,
    slot: u32,
    data: &str
) -> Result<(), Exception>