remiera

0.0.2 • Public • Published

remiera

remiera is node.js & redis based simple full-text search engine.

   _____  ___    ____ ___    (_)  ___    _____  ____ _
  / ___/ / _ \  / __ `__ \  / /  / _ \  / ___/ / __ `/
 / /    /  __/ / / / / / / / /  /  __/ / /    / /_/ /
/_/     \___/ /_/ /_/ /_/ /_/   \___/ /_/     \__,_/

  Usage: remiera [options] <params>

  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]

Readme

Keywords

Package Sidebar

Install

npm i remiera

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • hideack