Came through Google and felt the solutions where not what I needed. In my case, the solution was to simply repeat the search sequence against the solr API. For example, if I were looking for: title_t to include a match for "dog ~" and "cat ~", I added some manual code to generate a request like:
((title_t:dog~) and (title_t:cat~))
It may be just what is written above, but the links seem to be dead.
source
share