What steps will reproduce the problem?
1. Create a SolrQueryByField without spaces and with a forward slash (/)
2. Receive 400 bad request from Solr.
What is the expected output? What do you see instead?
Forward slash should be escaped.
It appears that the regular expression at
SolrNet.Impl.QuerySerializers.QueryByFieldSerializer is missing an entry for a
forward slash.
Original issue reported on code.google.com by ke...@deenanauth.com on 18 Jun 2012 at 6:07
Original issue reported on code.google.com by
ke...@deenanauth.com
on 18 Jun 2012 at 6:07