You'll have to manually pull/parse those out and match them based on their positions, I think. Or make those fields non-multivalued and add additional fields instead, if their number is fixed.
Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message ---- > From: Raju444us <ngudipa...@cormineid.com> > To: solr-user@lucene.apache.org > Sent: Tuesday, April 21, 2009 5:40:47 PM > Subject: Solr Getting values for an id > > > 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. > > > > Test Name > 1 > 90 > 2 > 92 > 3 > 97 > > > > 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.