how to build faceted navigation with solr

4
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

Upload: tcdoan

Post on 10-Apr-2015

1.028 views

Category:

Documents


0 download

DESCRIPTION

How to Build Faceted Navigation With Solr

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?