Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Faceted query browser for SOLR

Can you recommend a faceted query browser that I can point at a SOLR index? Ideally this would be something that looks like an Endeca-built GUI, where the various facets are extracted from the index, the user clicks on one and is now shown the applicable facets for the remaining items, eventually culminating in a subset of the original data. It's easy to make individual Lucene queries against the index but for debugging purposes I would rather use a pre-built browser than roll my own.

like image 417
ddoughty Avatar asked Mar 23 '09 21:03

ddoughty


1 Answers

Collex and Blacklight are two faceted Solr browsers, but I don't know if they're generic enough for your use-case.

EDIT: The Solr 3.2 distro now includes the contrib package Solritas (AKA VelocityResponseWriter) that can be used as a generic faceted index browser.

like image 56
Mauricio Scheffer Avatar answered Sep 18 '22 10:09

Mauricio Scheffer