Problems like this are usually caused by the whole query not even
making it to Solr due to bad HTTP param encoding.
For example, if you're using curl with request parameters in the URL,
you need to manually encode spaces as either "+" or "%20"
-Yonik
On Tue, May 15, 2018 at 7:41 PM, Shamik Bando
Hi,
I'm having issues using multiple terms in Solr function queries. For e.g.
I'm trying to use the following bf function using termfreq
bf=if(termfreq(ProductLine,'Test Product'),5,0)
This throws org.apache.solr.search.SyntaxError: Missing end to unquoted
value starting at 28 str='if(termfre