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
Post a Comment