mattico / elasticlunr-rs

A partial port of elasticlunr to Rust. Intended to be used for generating compatible search indices.
Apache License 2.0
52 stars 23 forks source link

Allow using different tokenizers per field #38

Closed timakro closed 3 years ago

timakro commented 3 years ago

In my case I have a body field and I'm adding an URL path field. I want to keep using the standard tokenizer for the body but the URL path has to be split at /.

mattico commented 3 years ago

Looks good, thanks!