Try my suggested field definition and see if it helps with faceting. It
should. Try it on a small example or a fake schema.

But I would still recommend escalating the problem up the chain to an
architect or similar. Because I bet that data is stored in multiple places
(e.g. in the database) and you will hit a real problem later when you will
try to match a particular data/configuration set back to original sources.

Otherwise, like suggested somewhere else in the chain, you can also look at
update.chain and Request Processors. But you will have to write one
yourself for this situation.

Regards,
   Alex.

Personal blog: http://blog.outerthoughts.com/
LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch
- Time is the quality of nature that keeps events from happening all at
once. Lately, it doesn't seem to be working.  (Anonymous  - via GTD book)


On Thu, Jan 17, 2013 at 2:50 PM, anurag.jain <anurag.k...@gmail.com> wrote:

> @Alexandre Rafalovitch Thanks.
>
> yeah you got my point.
>
>
> training_skill:["c", "c++", "php", "java", ".net"]
> but it is not possible for me to split "php,java,.net"  because data can
> very and data is very large. i mean i have to perform on 50000 line  data.
>
> it might come["c++,php,java",".net","c#,ruby", "python  java"] like that.
>
> so i have to perform on this list. just want to ignore [ " , ]
>

Reply via email to