lucene/client/ruby/flare
Erik Hatcher 86e8f54bb1 Rails engines generated this directory, added its README with ASL patched in
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@798292 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27 21:32:44 +00:00
..
app SOLR-761: Fix Flare ASL license headers. Removed a couple of files that were unnecessary and awkward to add license text to anyway. A few spots of tabs->spaces 2009-07-27 21:13:08 +00:00
config SOLR-761: Fix Flare ASL license headers. Removed a couple of files that were unnecessary and awkward to add license text to anyway. A few spots of tabs->spaces 2009-07-27 21:13:08 +00:00
db SOLR-761: Fix Flare ASL license headers. Removed a couple of files that were unnecessary and awkward to add license text to anyway. A few spots of tabs->spaces 2009-07-27 21:13:08 +00:00
lib/tasks fix such that running tests works ok without a database, sheesh 2007-05-22 18:40:28 +00:00
public Rails engines generated this directory, added its README with ASL patched in 2009-07-27 21:32:44 +00:00
script SOLR-761: Fix Flare ASL license headers. Removed a couple of files that were unnecessary and awkward to add license text to anyway. A few spots of tabs->spaces 2009-07-27 21:13:08 +00:00
test SOLR-761: Fix Flare ASL license headers. Removed a couple of files that were unnecessary and awkward to add license text to anyway. A few spots of tabs->spaces 2009-07-27 21:13:08 +00:00
vendor/plugins SOLR-761: Fix Flare ASL license headers. Removed a couple of files that were unnecessary and awkward to add license text to anyway. A few spots of tabs->spaces 2009-07-27 21:13:08 +00:00
README SOLR-761: Fix Flare ASL license headers. Removed a couple of files that were unnecessary and awkward to add license text to anyway. A few spots of tabs->spaces 2009-07-27 21:13:08 +00:00
Rakefile SOLR-761: Fix Flare ASL license headers. Removed a couple of files that were unnecessary and awkward to add license text to anyway. A few spots of tabs->spaces 2009-07-27 21:13:08 +00:00

README

# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License.  You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.


== 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