I\'m trying to understand solr nested queries but I\'m having a problem undestading the syntax.
I have the following two indexed documents (among others):
Need to remove the "=" and replace it with ":" to use the nested query syntax:
q="Fulano Silva"~2 AND _query_:"{!edismax qf=city}fortaleza" &defType=edismax&qf=name&fl=score
*Use _query_: instead of _query_=
Hope this works...