On Thu, 29 Jul 2010 20:39:57 +0530 Shishir Jain <shishir.j...@gmail.com> wrote:
> Hi, > > Am using Solr facets for my data and have a field which has > multiple values in its field am using ";" to delimit those > values. So after doing a solr search it returns me a facet array > but that contains ";" in the facet value. I want facet to return > each as separate values. [...] Not sure that I follow. Where are the ";"-separated values coming from? If you are using ";" in your data as a separator for multiple values, probably the best approach is to use a multi-valued Solr field for indexing these, and an appropriate transformer to import the values into a Solr index. This should be quite easy, and there is good Solr documentation on this. Regards, Gora