Hello, I have a file with the input string "91{40}9490949090", and I wanted to return this file when I search for the query string "+91?40?9*". The problem is that, the input string is getting indexed as 3 terms "91", "40", "9490949090". Is there a way to consider "{" and "}" as part of the string itself. Can we configure WordDelimiterFilterFactory *not to consider* curly braces as delimiters?
Thanks, Sandhya