apache - How do you run a Lucene fuzzy query only on the non-nummeric part of a string? -
i want run fuzzyquery on string may or may not contain numeric characters in it. want query not match on edits numeric characters. instance if fed in "123abc" want matches still contain "123" in beginning. expect matches "123abg" "123ab" "123cbc" not want "124abc".
Comments
Post a Comment