Hi, I want to use the Solr query elevation component. Let's say I want to elevate "doc_id" when a user inputs the query "qwerty". I am able to get a prototype to work by filling these values in elevate.xml and hitting the Solr API with q="qwerty".
However, in our service, where I want to plug this in, the 'q' parameter isn't as pure and looks more like q="'qwerty' (field1:value1) (field2:value2)". Any suggestions on the best way to go about this? Thanks