Hi all, In my implementation many fields in documents are having words with special characters like "Company®" ,"Time™".
Index is created using these fields. However if I make search using these keywords in solr console, it does not work. i.e. entering "Company®" or "Time™" in search field box does not return any document. Where as entering "Company" or "Time" returns documents. Requirement is to be able to make search with special characters in keywords. Any pointers about how to index and search in case of special characters will be greatly appreciated. Thank you. Thanks, Tejinder