pub struct MockStringTokenIndexer;Expand description
String-based token indexer
Trait Implementations§
Source§impl Bm25TokenIndexer for MockStringTokenIndexer
impl Bm25TokenIndexer for MockStringTokenIndexer
Source§type Bm25TokenIndex = String
type Bm25TokenIndex = String
The type used to represent token indices.
This associated type defines what kind of index representation is used
for tokens.
Auto Trait Implementations§
impl Freeze for MockStringTokenIndexer
impl RefUnwindSafe for MockStringTokenIndexer
impl Send for MockStringTokenIndexer
impl Sync for MockStringTokenIndexer
impl Unpin for MockStringTokenIndexer
impl UnwindSafe for MockStringTokenIndexer
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