Faceted search (also called faceted navigation, guided navigation, or parametric search) breaks up search results into multiple categories, typically showing counts for each, and allows the user to "drill down" or further restrict their search results based on those facets.
The only close thing that I've found was: Multiple group-by in Elasticsearch Basically I'm trying to get the ES equivalent …
group-by elasticsearch faceted-search facetWhat exactly is faceted search in the context of full-text search? I even read about it from Wikipedia, but I …
database search full-text-search faceted-searchI'm attempting to find related tags to the one currently being viewed. Every document in our index is tagged. Each …
elasticsearch aggregate faceted-searchI'm a newbie to solr and tying my hands at solr. Can some one here please explain how to specify …
solr faceted-search facetI need to return only the facet counts from solr. So I basically want to search over all documents and …
solr faceted-searchI am contemplating to use MongoDB for my next project. One of the core requirements for this application is to …
mongodb faceted-searchI am planning on setting up a filter system (refine your search) in my ecommerce stores. You can see an …
php magento solr faceted-search layered-navigationI'm trying to use Solr for faceted-seaarch on a website. When a user fires off a search query, I query …
solr faceted-searchI'm using Solr for offering faceted navigation for e-commerce site. However I need to define the custom order for facets, …
solr solrnet faceted-searchI've gone through the related questions on this site but haven't found a relevant solution. When querying my Solr4 index …
java solr solrj faceted-search solr4