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.
By default, Solr returns facets for a field, and then if you select a facet value for that field, all …
search solr faceted-searchI am trying to implement a Faceted search or tagging with multiple-tag filtering. In the faceted navigation, only not-empty categories …
sql database database-design tagging faceted-searchI made my own product list page based on Mage_Catalog_Block_Product_List: app/code/local/Mage/Catalog/Block/…
php magento faceted-search layered-navigationI'll try first explain what I would like to achieve by using faceted-search in SOLR, before setting the question. Imagine …
solr faceted-search facetI was browsing some questions here concerning MySQL and faceted searches and I saw one response that suggested the use …
mysql solr faceted-searchI have an application which I will be accessing SQL server to return data which has been filtered by selections …
sql sql-server-2008 faceted-searchI have a huge solr index with ~1.500.000 items and I want to get all distinct Brands. I tried this solr …
solr facet faceted-search distinct-valuesI am developing a classifieds website similar to Quickr.com. The main problem is that each category requires a different …
mysql database-design solr faceted-searchI am working on autocomplete suggestion on document field that has array of type string. My document is like below; { "…
autocomplete elasticsearch faceted-search