What is faceted search?

后端 未结 3 1659
误落风尘
误落风尘 2020-12-12 10:45

What exactly is faceted search in the context of full-text search?

I even read about it from Wikipedia, but I couldn\'t completely understa

相关标签:
3条回答
  • 2020-12-12 11:20

    Faceted search is well-explained here and Lucene faceted through an example.

    EXAMPLE: Faceted Search

    0 讨论(0)
  • 2020-12-12 11:26

    Faceted search is technically a guided navigation which allows the users to narrow down their search results. It can be used in big directories (like an image library for example), but the most common use of this search feature is for eCommerce web shops / web stores. Here is a fresh and comprehensive article about what is faceted search and how it works - I hope it helps.

    0 讨论(0)
  • 2020-12-12 11:28

    Faceted (or navigational) search uses a hierarchy structure (taxonomy) to enable users to browse information by choosing from a pre-determined set of categories. This allows a user to type in their simple query, then refine their search options by navigating/drilling down. In reality, it's an advanced search going on in the background, but instead of the user having to think of the additional search categories, it's been made easier for them by the visible folder structure. Examples of this are eCommerce sites like Amazon and eBay.

    0 讨论(0)
提交回复
热议问题