You mean to say that the problem is with json which is being ingested. What you are trying to achieve is that you want to split the values on the basis of comma and index it as multiple value.
What problem you are facing in indexing json in format Solr expects. If you don't have control over it, probably you can try playing with custom processors. On Fri, Jan 18, 2013 at 12:31 AM, anurag.jain <anurag.k...@gmail.com> wrote: > [ { "last_name" : "jain", "training_skill":["c", "c++", "php,java,.net"] > } > ] > > actually i want to tokenize in c c++ php java .net > > > so through this i can make them as facet. > > > but problem is in list > "training_skill":["c", "c++", *"php,java,.net"*] > > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/MultiValue-tp4034305p4034316.html > Sent from the Solr - User mailing list archive at Nabble.com. >