Unable to query strings ending with special characters, it is skipping the
last special character and giving the results. I am including the string in
double quotes.

For example i am unable to query strings like "JOHNSON &", "PEOPLES'". 
It queries well for "JOHNSON & SONS", "PEOPLES' SELF-HELP"

I tried giving following values in fq field in solr UI.
ORGANIZATION_NAM:"peoples'"
ORGANIZATION_NAM:"peoples\'"


I am also getting same results from solrj.

my schema
<field name="ORGANIZATION_NAM" type="text_general" indexed="true"
stored="false"  multiValued="false" />



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Not-able-to-query-strings-ending-with-special-characters-tp4107471.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to