Skip to content

leschenko/example_elasticsearch_autocomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example app for elasticsearch_autocomplete gem

This is an example autocomplete app for elasticsearch_autocomplete gem

Installation

Clone repository and setup application:

  git clone git://github.com/leschenko/example_elasticsearch_autocomplete.git
  cd example_elasticsearch_autocomplete
  bundle install
  rake db:create
  rake db:migrate

Setup autocomplete data and elasticsearch index:

  rake autocomplete

Run server

  bundle exec rails s

Visit http://localhost:3000 and try it!

About

Example app for elasticsearch_autocomplete gem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published