Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 930 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 930 Bytes

Aozorasearch - 青空文庫 本文対応 全文検索システム

The full-text search system for Aozora Bunko by Groonga.

Document

Usage

Prepare

$ git clone https://github.com/myokoym/aozorasearch
$ bundle install
$ git submodule update --init  # Free space of 11GB is required

Load data

$ bundle exec ruby -I lib bin/aozorasearch load

Run web server

$ bundle exec ruby -I lib bin/aozorasearch start

License