https://github.com/clear-code/groonga-dev-search
WIP
https://github.com/clear-code/groonga-dev-search
Last synced: 4 months ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/clear-code/groonga-dev-search
- Owner: clear-code
- License: lgpl-2.1
- Created: 2018-04-18T04:35:58.000Z (about 8 years ago)
- Default Branch: wip
- Last Pushed: 2024-05-16T22:08:52.000Z (about 2 years ago)
- Last Synced: 2024-05-16T23:29:11.803Z (about 2 years ago)
- Language: Ruby
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# groonga-dev-search
The full-text search system for [groonga-dev](https://lists.osdn.me/mailman/listinfo/groonga-dev) by [Groonga](http://groonga.org/ja/).
## 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.