> > > > In db_apartment_types_en.txt file if you use comma (,) > instead of => > > faceting will return both: > > > > <lst name="facet_fields"> > > > <lst name="apt_type_en"> > > > <int name="One Bedroom > Apartment">2</int> > > > <int name="200">2</int> > > > </lst> > > </lst> > > > > > > I tried this but no luck.
Did you restart tomcat and re-index? I just confirmed faceting will return above. use expand=true with comma separated entries to get above. You can confirm expansion is done and original token is preserved with analysis.jsp page.