I have a the following surround query searching in the solr field content.
_query_:"{!surround maxBasicQueries=10000} content:5N(tru*,(equi* OR and*))
How do I submit a query which is ORed or ANDed with multiple fields. Is something like this possible with Surround QueryParser? where I can search two fields simultaneously.
query:"{!surround maxBasicQueries=10000} AND (content:5N(tru*,(equi* OR and*)),examples:10N(em*,rit*))