On 18 January 2013 00:31, 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

What do you mean by "tokenize" in this case? It has
been a while since I had occasion to use JSON input,
and also do not remember which Solr version introduced
this, but with a JSON array mapped to a multi-valued
Solr field, you should get one value per entry in the array.
http://wiki.apache.org/solr/UpdateJSON#Update_Commands
seems to be in agreement.

> so through this i can make them as facet.
>
>
> but problem is in list
> "training_skill":["c", "c++", *"php,java,.net"*]

Faceting should be straightforward. Are you not
seeing the behaviour described above? Could
you describe the issues that you are facing in
more detail?

Regards,
Gora

Reply via email to