pub struct KeywordAnalyzer;Expand description
Keyword analyzer: treats entire input as a single token (lowercase).
Used for fields where the entire value is the token (status fields, enum-like values, exact-match tags).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeywordAnalyzer
impl RefUnwindSafe for KeywordAnalyzer
impl Send for KeywordAnalyzer
impl Sync for KeywordAnalyzer
impl Unpin for KeywordAnalyzer
impl UnsafeUnpin for KeywordAnalyzer
impl UnwindSafe for KeywordAnalyzer
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