Make that fq not facet.query. Does that do what you want? Erik
> On Nov 10, 2014, at 00:40, Mayuri Laxman Gadsing <gads...@usc.edu> wrote: > > Hi all, > > I'm using the faceted search in Solr. I wanted to know if there's a way to > display selective records in the sublist. > > I've tried this query - > localhost:8983/solr/select?q=*:*&facet=true&facet.pivot=city,jobtype&facet.field=jobtype&facet.query=jobtype:Tiempo&fl=title > > I want to display jobs of only Tiempo type. > > But it doesn't consider the facet.query field. > Any other way to do this? > > Thanks, > Mayuri >