SearchGrid is a new macro allowing to perform Solr search queries and to display the table in a grid with configurable facets on top. Version 1.0 has been released. Feedback and improvement requests are welcome. See page SearchGrid on how to use it. Here is below a code example displaying Movies bundled in XWiki Help Application:
{{searchGrid class="Help.Applications.Movies.Code.MoviesClass" showHidden="false" sort="title:asc" facets="databaseList1,staticList1"/}}