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

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -