An open API service indexing awesome lists of open source software.

https://github.com/hideack/remiera


https://github.com/hideack/remiera

Last synced: over 1 year ago
JSON representation

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]
```