Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 648 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 648 Bytes

groonga-dev-search

The full-text search system for groonga-dev by Groonga.

Usage

Prepare

$ git clone https://github.com/myokoym/groonga_dev_search
$ bundle install

Crawl mails

$ bundle exec ruby -I lib bin/groonga_dev_search crawl

Load data

$ bundle exec ruby -I lib bin/groonga_dev_search load

Search (for test)

$ bundle exec ruby -I lib bin/groonga_dev_search search WORD

Run web server

$ bundle exec ruby -I lib bin/groonga_dev_search start

License

  • LGPL 2.1 or later. See LICENSE.txt for details.