Something like this might work. It's two dismax queries joined by an AND

q=_query_:"{!dismax mm='100%25' qf='query fields and boosts for one query' v=$q1}" AND _query_:"{!dismax mm='100%25' qf='query fields and boosts for second query' v=$q2}"&q1=query one&q2=query two

Just change the qf params in both queries to the fields you are searching on and change q1 and q2 to the values being searched for.




On 1/4/11 10:26 AM, bbarani wrote:
Hi,

I am trying to use subquery in SOLR, is there a way to implement this using
SOLR query syntax?

Something like

Related_id: IN query(field=ud, q=”type:IT AND manager_12:dave”)

The thing I really want is to use output of one query to be the input of
another query.

Not sure if it is possible to use the query() function (function query) for
my case..

Just want to know if ther is a better approach...

Thanks,
Barani

Reply via email to