maxExpansions - the maximum number of terms to match #173
Answered
by
BurntSushi
anshulgoel27
asked this question in
Q&A
-
I am trying to use this crate for fuzzy searching, but I am not able to find anything related to use of maxExpansions - the maximum number of terms to match in fuzzy search. Can I do it using this crate somehow? |
Beta Was this translation helpful? Give feedback.
Answered by
BurntSushi
Sep 20, 2024
Replies: 1 comment
-
This crate doesn't really provide fuzzy search directly. It's a lower level building block to some kinds of implementations of fuzzy search. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
BurntSushi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This crate doesn't really provide fuzzy search directly. It's a lower level building block to some kinds of implementations of fuzzy search.