faceted search - Solr: Facet one field with two outputs -
i'm using solr indexing products , organising them several categories. each document has taxon_names multi value field, categories stored human readable strings product. now want fetch categories solr , display them clickable links user, without hitting database again . @ index time, permalinks every category mysql database, stored multi value field taxon_permalinks . generating links products, need human readable format of category , permalink (otherwise have such ugly urls in browser, when using plain human readable name of category, e.g. %20 space). when facet search http://localhost:8982/solr/default/select?q=*%3a*&rows=0&wt=xml&facet=true&facet.field=taxon_names , list of human readable taxons counts. based on list, want create links, don't have hit database again. so, possible retrieve matching permalinks solr different categories? example, xml this: <response> <lst name="responseheader"> <int name="status"