mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-04 08:12:54 +00:00
improve docs, rework exports (#2220)
* rework exports move snippet and advice make indexer pub, remove indexer reexports * add deprecation warning * add architecture overview
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//! ready for indexing. This is an seperate crate from tantivy, so implementors don't need to update
|
||||
//! for each new tantivy version.
|
||||
//!
|
||||
//! To add support for a tokenizer, implement the [`Tokenizer`](crate::Tokenizer) trait.
|
||||
//! To add support for a tokenizer, implement the [`Tokenizer`] trait.
|
||||
//! Checkout the [tantivy repo](https://github.com/quickwit-oss/tantivy/tree/main/src/tokenizer) for some examples.
|
||||
|
||||
use std::borrow::{Borrow, BorrowMut};
|
||||
|
||||
Reference in New Issue
Block a user