Top Banner
How to build Faceted Navigation? Assuming our database has 10 items 5 Ditital cameras 5 Clothing items How can we build a ‘faceted navigation’ UI as below
4

How to Build Faceted Navigation With Solr

Apr 10, 2015

Download

Documents

tcdoan

How to Build Faceted Navigation With Solr
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: How to Build Faceted Navigation With Solr

How to build Faceted Navigation?

Assuming our database has 10 items 5 Ditital cameras 5 Clothing items

How can we build a ‘faceted navigation’ UI as below

Page 2: How to Build Faceted Navigation With Solr

Navigation must show ‘context dependent’ facets

If we browse /Home/Electronics we see general ‘category’ and ‘brand’ facets, their values and facet counts

If we browse /Home/Electronics/Camera we see camera specific facets, their values and facet counts

Page 3: How to Build Faceted Navigation With Solr

Navigation must show ‘context dependent’ facets

If we browse /Home/Clothings we see Clothing facets, their values and facet counts

If we browse /Home/Clothings/Ann Taylor we see different facets and their counts. The facets displayed are ‘content dependent’

Page 4: How to Build Faceted Navigation With Solr

We built it but not happy with performance. Can we build this with Solr?