morelikethis - Combining two Solr MLT query -


just wondering if it's possible combine separate mlt queries (based on filtering condition) single one. i'm trying combine results of 2 query:

http://localhost:8983/solr/collection1/mlt?q=title:"abc"&fq=source:("test1")  http://localhost:8983/solr/collection1/mlt?q=title:"abc"&fq=source:("test2") 

the source field have different values 2 queries. combine results of 2 queries, possible in single query?

any pointer appreciated.


Comments

Popular posts from this blog

amazon web services - S3 and apache mod_proxy with basic authentication -

How to install ruby on rails -

powershell - This solution contains one or more assemblies targeted for the global assembly cache -