tags:

views:

580

answers:

1

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.

+2  A: 

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

Mauricio Scheffer