Javascript Graphical Search Client (Framework)

I wonder if there is any javascript infrastructure (client side) for controlling the user interface of search results using the facet method (with facet generation, counting elements corresponding to this aspect ..).

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

Thank you in advance!

+7
source share
2 answers

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

+1
source

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

+1
source

All Articles