Skip to main content

analyze

Function analyze 

Source
pub fn analyze(text: &str) -> Vec<String>
Expand description

Analyze text into searchable tokens using the standard English analyzer.

Apply the full pipeline: normalize → lowercase → split → filter → stop words → stem. Used for both indexing and querying.