i have a problem.
I have a requirement.I indexed document something like this.The id and
testScore fields are multivalued.
My problem is if i search for id=1 this should return the search results
with id = 1 and testScore = 90.
Is there any way I can do this.

<add>
<doc>
  <field name="myName">Test Name</field>
  <field name="id">1</field>
  <field name="testScore">90</field>
  <field name="id">2</field>
  <field name="testScore">92</field>
  <field name="id">3</field>
  <field name="testScore">97</field>
</doc>
</add>

Thanks,
Naveen


-- 
View this message in context: 
http://www.nabble.com/Solr-Getting-values-for-an-id-tp23165464p23165464.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to