Sha256: eec0bcd59253590386a2d3a8be3527419a26e515b43df311df629925d73b0fba

Contents?: true

Size: 1004 Bytes

Versions: 19

Compression:

Stored size: 1004 Bytes

Contents

= Sunspot::Solr

Sunspot::Solr is a packaged distribution of Solr for use with the
Sunspot[http://outoftime.github.com/sunspot] and
Sunspot::Rails[https://github.com/outoftime/sunspot/tree/master/sunspot_rails]
gems.  See those gems' documentation for more information.

== Installation

  gem install sunspot_solr

In order to start the daemon, run:

  sunspot-solr start -- [-d /path/to/data/directory] [-b ip4_address] [-p port] [-s path/to/solr/home] [--pid-dir=path/to/pid/dir]

If you don't specify a data directory, your Solr index will be stored in your
operating system's temporary directory.

If you specify a solr home, the directory must contain a <code>conf</code>
directory, which should contain at least <code>schema.xml</code> and
<code>solrconfig.xml</code>. Be sure to copy the <code>schema.xml</code> out of
the Sunspot gem's <code>solr/solr/conf</code> directory. Sunspot relies on the
field name patterns defined in the packaged <code>schema.xml</code>, so those
cannot be modified.

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
sunspot_solr-2.7.1 README.rdoc
sunspot_solr-2.7.0 README.rdoc
sunspot_solr-2.6.0 README.rdoc
sunspot_solr-2.5.0 README.rdoc
sunspot_solr-2.4.0 README.rdoc
qiny_sunspot_solr-2.1.0 README.rdoc
sunspot_solr-2.3.0 README.rdoc
sunspot_solr-2.2.8 README.rdoc
sunspot_solr-2.2.7 README.rdoc
sunspot_solr-2.2.6 README.rdoc
sunspot_solr-2.2.5 README.rdoc
sunspot_solr-2.2.4 README.rdoc
sunspot_solr-2.2.3 README.rdoc
sunspot_solr-2.2.2 README.rdoc
sunspot_solr-2.2.1 README.rdoc
sunspot_solr-2.2.0 README.rdoc
sunspot_solr-2.1.1 README.rdoc
sunspot_solr-2.1.0 README.rdoc
sunspot_solr-2.0.0 README.rdoc