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 -

mouseevent - Catch mouse event on tree widget item in QTreeWidget -

Java JSoup error fetching URL -