Hi, Yes I already have different fields for category and category Id , and they are in same order when retrieved from solr
for eg: IDs 1 3 4 5 names a b c d e id 1 is of name a and id 5 is of name e. but when I sort the category names , looses this order as they are not related in any manner in the solr docs. Thanks Praveen On Fri, Mar 11, 2011 at 2:35 PM, Gora Mohanty <g...@mimirtech.com> wrote: > On Fri, Mar 11, 2011 at 2:32 PM, Prav Buz <buz.p...@gmail.com> wrote: > [...] > > I need to show a facets on Category and then I need the category id in > the > > href link. For this what I 'm trying to do is create a field which will > > store ID|Category in the schema and split it in the UI. > > Also I have Category and category id 's indexed . > [...] > > Why not have two different fields for category, and for category ID? > > Regards, > Gora >