: For example, in dice.com, the visitor can search by some keyword and filter : further by Skill, Country, Province, City, Telecommute, Travel Required : (shown on the left pane on dice.com). We were wondering if there is some : built-in feature/functionality that can be used from Solr to implement this. : Can someone give us pointers to get started with this ?
"facet.field" and "fq" (filter query) http://wiki.apache.org/solr/SolrFacetingOverview http://wiki.apache.org/solr/SimpleFacetParameters -Hoss