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

How to Build Faceted Navigation With Solr

  • Upload
    tcdoan

  • View
    1.028

  • Download
    0

Embed Size (px)

DESCRIPTION

How to Build Faceted Navigation With Solr

Citation preview

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?