Skip to content

An abstraction of the ElasticSearch API powering Birdbox Search.

License

Notifications You must be signed in to change notification settings

BirdBox/birdbox-search

Repository files navigation

Birdbox::Search

An abstraction of the Elasticsearch API powering Birdbox Search.

Installation

First, you need a running Elasticsearch server.

 wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.0.deb
 sudo dpkg -i elasticsearch-0.90.0.deb
 sudo service elasticsearch start

Make sure that you update the elasticsearch-0.90.0.deb to the most recent version. Also, if you're using redhat, you will need to use alien to convert it.

On a Mac, you can also use Homebrew:

$ brew install elasticsearch

Next, include the gem in your application by adding the following line to your Gemfile (should already be done, but go ahead and check):

gem 'birdbox-search', :git => "git@github.com:BirdBox/birdbox-search.git"

And then execute:

$ bundle install

About

An abstraction of the ElasticSearch API powering Birdbox Search.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •