Re: accessing individual elements of a multivalued field

2014-06-10 Thread Ahmet Arslan
View this message in context: http://lucene.472066.n3.nabble.com/accessing-individual-elements-of-a-multivalued-field-tp4140862.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: accessing individual elements of a multivalued field

2014-06-09 Thread kritarth.anand
Thanks for the response Jack -- View this message in context: http://lucene.472066.n3.nabble.com/accessing-individual-elements-of-a-multivalued-field-tp4140862p4140911.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: accessing individual elements of a multivalued field

2014-06-09 Thread Jack Krupansky
From: kritarth.anand Sent: Monday, June 9, 2014 2:48 PM To: solr-user@lucene.apache.org Subject: accessing individual elements of a multivalued field hi, prod: p cat : catA,catB,catC prod :q cat : catB, catC,catD My schema consists of documents with uid : 'prod's and then they bel

accessing individual elements of a multivalued field

2014-06-09 Thread kritarth.anand
individual elements separately as in return prod where (cat_1 == catA) or (cat_2==catB). is there a way by which i can do that? thanks in advance -- View this message in context: http://lucene.472066.n3.nabble.com/accessing-individual-elements-of-a-multivalued-field-tp4140862.html Sent