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

Popular posts from this blog

ios - Memory not freeing up after popping viewcontroller using ARC -

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -