In solr terminal only to pass dynamic values
--
View this message in context:
http://lucene.472066.n3.nabble.com/How-can-i-pass-in-solr-dynamic-values-to-a-particular-field-tp4273107p4273588.html
Sent from the Solr - User mailing list archive at Nabble.com.
A couple of options - param substitution -
fq=maths:${maths_v} AND science:${science_v}
where &maths_v=25 and &science_v=30
And one I like better because it’s a more precisely defined query:
fq=({!term f=maths v=$maths_v}) AND {!term f=science v=$science_v}
—
Erik Hatcher, Seni
HI kavurupavan,
From which language you need to pass Dynamic Values.
---
Thanks and regards,
Rajesh Kumar Sountarrajan
Software Developer / DBA Developer - IT Team
Mobile: 91 - 9600984804
Email - rajeshkuma...@maxval-ip.com
- Original Message - Su