tamaramata / solrnet

Automatically exported from code.google.com/p/solrnet
0 stars 0 forks source link

Field value escape is missing / #185

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have code like following:
     DSL.Query.Field("Organizations").Is("ABC/XYZ");

It goes through to SOLR unescaped and then SOLR complaints. If I have space 
instead of /, the whole value gets escaped.

I suspect the / is missing on the list of 'need to escape' triggers.

Original issue reported on code.google.com by arafalov@gmail.com on 27 Jul 2012 at 10:11

GoogleCodeExporter commented 8 years ago
This is a breaking change in Solr/Lucene 4, already fixed in master: 
https://github.com/mausch/SolrNet/pull/54

Original comment by mauricio...@gmail.com on 28 Jul 2012 at 4:12