Hi,

Im trying to do somethinglike this in Solr 1.4.1
fq=category_id:(24 79)

However the values inside the parenthesis will be fetched through another
query, so far I’ve tried using _query_ but it doesnt work the way I want it
to. Here is what im trying

fq=category_id:(_query_:”{!lucene fl=category_id} video”)

any suggestions on this?
thanks in advance



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Help-with-Nested-Query-tp2811038p2811038.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to