pub struct StandardAnalyzer;Expand description
Standard English text analyzer (default).
Pipeline: NFD normalize → lowercase → split → filter → stop words → Snowball stem.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StandardAnalyzer
impl RefUnwindSafe for StandardAnalyzer
impl Send for StandardAnalyzer
impl Sync for StandardAnalyzer
impl Unpin for StandardAnalyzer
impl UnsafeUnpin for StandardAnalyzer
impl UnwindSafe for StandardAnalyzer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more