Actually I want to remove special characters and wont send them into my Solr indexes. I mean user can send a special query as like a SQL injection and I want to prevent my system such kind of scenarios.
2013/10/8 Furkan KAMACI <furkankam...@gmail.com> > I found that: > > + - && || ! ( ) { } [ ] ^ " ~ * ? : \ > > at that URL: > http://lucene.apache.org/core/2_9_4/queryparsersyntax.html#Escaping+Special+Characters > > I'm using Solr 4.5 Is there any full list of special characters to escape > inside my custom search API before making a request to SolrCloud? >