Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Following basic post query throws 500 internal server exception :
{ "query":"hive_table", "classification":"*" }
Exception:
Request to collection fulltext_index failed due to (400) org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://172.27.58.128:8886/solr/fulltext_index: org.apache.solr.search.SyntaxError: Cannot parse 'sg5_t:(hive_table AND ())': Encountered " ")" ") "" at line 1, column 16. Was expecting one of: <NOT> ... "+" ... "-" ... <BAREOPER> ... "(" ... "*" ... <QUOTED> ... <TERM> ... <PREFIXTERM> ... <WILDTERM> ... <REGEXPTERM> ... "[" ... "{" ... <LPARAMS> ... "filter(" ... <NUMBER> ... <TERM> ... "*" ... , retry? 0 (CloudSolrClient:903)
Attached the complete exception stack trace.