Hi All, Facing problem when someone searching the string which carry special character " : ". For example:
when querying by "ipod:touch" then throwing exception due to " : ". Jan 31, 2010 9:56:35 PM org.apache.solr.common.SolrException log SEVERE: org.apache.solr.common.SolrException: undefined field ipod my full query is : http://localhost:8080/solr/select?q=ipod:touch&hl=true&start=0&rows=10&hl.fragsize=0&hl.fl=body&hl.snippets=2&wt=xml&version=2.2 is there any configuration to allow ":" in query. please help. thanks with regards Ranveer K Kumar