On Thu, Sep 9, 2010 at 3:57 AM, Sandhya Agarwal <sagar...@opentext.com>wrote:
> 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? > See: https://issues.apache.org/jira/browse/SOLR-2059 <https://issues.apache.org/jira/browse/SOLR-2059> as a workaround, if you dont want to use trunk, you could also turn on preserveOriginal -- Robert Muir rcm...@gmail.com