mirror of
https://github.com/apache/lucene.git
synced 2025-02-07 02:28:49 +00:00
Solr environment configuration mappings defined in environment.rb ('development' by default). solr.yml eliminated (Ruby is a fine configuration language!). * With the new DocumentController, a few custom results views have been added, one for UVa data (linking to VIRGO), Tang poetry example (blending multiple languages), and a default development one that shows all fields returned by Solr. * Added paging to search results, finally. * Configured in-place-editor of query to redirect, thereby refreshing the view with the changed criteria. * Set Simile Exhibit/Timeline field mappings to MARC data example. git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@511599 13f79535-47bb-0310-9956-ffa450edef68
== Welcome to Solr Flare Flare promises to expose the power of Solr through a Rails-based user interface. Integral to Flare will be general purpose faceted browsing, auto-suggest, folksonomy tagging/annotating, and much more. Visit the Solr Flare wiki for more information: http://wiki.apache.org/solr/Flare == Getting started Launch Solr: cd solr java -jar start.jar Launch Rails: script/server