Top "Faceted-search" questions

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.

ElasticSearch group by multiple fields

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 facet
What is faceted search?

What 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-search
How to get an Elasticsearch aggregation with multiple fields

I'm attempting to find related tags to the one currently being viewed. Every document in our index is tagged. Each …

elasticsearch aggregate faceted-search
solr faceted search - how do I specify multiple fields on the Solr Query UI?

I'm a newbie to solr and tying my hands at solr. Can some one here please explain how to specify …

solr faceted-search facet
Solr - Getting facet counts without returning search results

I need to return only the facet counts from solr. So I basically want to search over all documents and …

solr faceted-search
Facet search using MongoDB

I am contemplating to use MongoDB for my next project. One of the core requirements for this application is to …

mongodb faceted-search
Faceted Search (solr) vs Good old filtering via PHP?

I 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-navigation
How do I retrieve all applicable facet fields for a Solr search

I'm trying to use Solr for faceted-seaarch on a website. When a user fires off a search query, I query …

solr faceted-search
Set Custom Order for Facets coming from Solr

I'm using Solr for offering faceted navigation for e-commerce site. However I need to define the custom order for facets, …

solr solrnet faceted-search
Faceting using SolrJ and Solr4

I'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