Socket
Book a DemoInstallSign in
Socket

solr_sail

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solr_sail

0.1.0
bundlerRubygems
Version published
Maintainers
1
Created
Source

Solr Sail

From zero to search in the flash of a gem.

Install

For JRuby

gem install solr_sail

For Java

<dependency>
  <groupId>com.tobedevoured</groupId>
  <artifactId>solrsail</artifactId>
  <version>0.0.2</version>
</dependency>

May have to add the Sonatype Repo if the sync to Maven Central is slow.

<repositories>
  <repository>
    <id>oss.sonatype.org</id>
    <name>Sonatype Repository</name>
    <url>https://oss.sonatype.org/content/groups/public</url>
  </repository>
</repositories>

Usage

From the command line

The solr_sail gem comes with the executable solrsail which makes it easy to setup and start Solr.

Setup Solr

To create a config directory to run Solr from, in the default path of solr, simply run:

solrsail install

To change the directory, you can pass --solr_home or -h:

solrsail install -h new/path/to/solr

If you want to make changes to how the Solr Server runs, you can edit the conf solr_sail.conf under the installed Solr home. Presently only port and contentpath are configurable. An example solr_sail.conf:

solr_sail.solr.port=8983
solr_sail.solr.contextpath=/solr

Start up Solr

solrsail start

To change the directory of the Solr home, you can pass --solr_home or -h:

solrsail start -h new/path/to/solr

For JRuby

Setup Solr

To create a config directory for Solr to run from

require 'rubygems'
require 'solr_sail'

SolrSail.install_config()

Start up Solr

require 'rubygems'
require 'solr_sail'

SolrSail.start()
  

FAQs

Package last updated on 03 Jan 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.