Registry / other / tantivy-tokenizer-api

tantivy-tokenizer-api

JSON →
library0.6.0rscratesunverified

Provides the tokenizer API for the Tantivy full-text search engine.

# Cargo.toml [dependencies] tantivy-tokenizer-api = "0.6.0"
INSTALL
IMPORT
SIG · TANTIVY-TOKENIZER-
T
tantivy-tokenizer-api
otherrustv0.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Tokenizer
use tantivy_tokenizer_api::Tokenizer;

Demonstrates using a tokenizer from the tantivy tokenizer API.

use tantivy_tokenizer_api::Tokenizer; fn main() { // Example: using a tokenizer (implementation not included) let tokenizer = MyTokenizer::default(); let mut stream = tokenizer.token_stream("hello world"); while let Some(token) = stream.next() { println!("{:?}", token); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
tantivy-tokenizer-api — cargo add tantivy-tokenizer-api · libregistry