https://github.com/hideack/remiera
https://github.com/hideack/remiera
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hideack/remiera
- Owner: hideack
- License: mit
- Created: 2014-12-13T02:30:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T02:49:10.000Z (about 9 years ago)
- Last Synced: 2025-03-08T09:35:35.946Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
remiera
=======
remiera is node.js & redis based simple full-text search engine.
```
_____ ___ ____ ___ (_) ___ _____ ____ _
/ ___/ / _ \ / __ `__ \ / / / _ \ / ___/ / __ `/
/ / / __/ / / / / / / / / / __/ / / / /_/ /
/_/ \___/ /_/ /_/ /_/ /_/ \___/ /_/ \__,_/
Usage: remiera [options]
Options:
-h, --help output usage information
-V, --version output the version number
-s, --search [search word] Search
-i, --indexing [indexing target] Indexing
```
### Indexing
- Building an Inverted Index with text file of the line.
```
$ remiera -i [file path]
```
### Search
```
$ remiera -s [query]
```