Hi, I am trying to work on combine multiple SOLR query results into single result. Below is my case.
1. Look up search term against ‘track name’, log results 2. Look up search term against ‘artist name’, log results of tracks by those artists 3. Combine results 4. results by score descending order. Using "text_general" fieldType for both track name and artist name. copy fields are trackname and artistname Plase suggest me how to write solr Query to combine two solr results into single result. Thanks in advance. AnilJayanti -- View this message in context: http://lucene.472066.n3.nabble.com/Combine-multiple-SOLR-Query-Results-tp4191816.html Sent from the Solr - User mailing list archive at Nabble.com.