I am writing parameters into a bq query via a solrj implementation application. Some of my fields I want to negative boost (i.e. (id: -abc123)^3) as shown here but whenever I search I get logging errors:
"org.apache.solr.search.SyntaxError: Cannot parse"
and it shows the query exactly as it should be written (and how it works from the web applet). Why won't it parse properly in SolrJ but will via HTML?