Javascript Faceted Search Client (Framework) [clos

2019-04-25 06:59发布

问题:

I wonder if there's any javascript framework (client-side stuff) to manage search results UI in a facet-based way (with facet generation, counting for items matching that facet..).

In other words, something like Ajax Solr (the old SolrJS), but not based on Solr :)

Thank you in advance!

回答1:

Simile Exhibhit seems to fit your description. Have you tried that before?



回答2:

You can also have a look at this implementation of faceted search in javascript.