I am trying to use an edismax query in SOLR 3.6 to search fields that have spaces in their name, ie field "Action 1_t".
I'm using this query string: start=0&rows=5&user_id=1&wt=json&qf=SLUG_t%5E10.0+Action%5C+1_t&q=%7B!edismax+q.op%3DAND%7Dlebron&debugQuery=true However my parsed query only has 1 field, not 2: +DisjunctionMaxQuery((SLUG_t:lebron^10.0)) Is there a way around this or do I need to rename fields?