We are using Solr 4.6 (yes, I know. We plan an update in the near future) I get the following error: org.apache.solr.common.SolrException: org.apache.solr.search.SyntaxError: Cannot parse '((TITLE_Name_t:( la verita))) AND ((TITLE_Artist_t:( ))) AND (TITLE_Type_e : "Audio")': Encountered " ")" ") "" at line 1, column 53.
I think it is because of the TITLE_Artist_t:( ) It happens even when I change it to TITLE_Artist_t:() but when I add some string inside the parenthesis (i.e. TITLE_Artist_t:(abc)), it works fine. Can anyone show me if and where it is written that an empty value can cause an org.apache.solr.search.SyntaxError? -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html