norch-indexer

Norch-indexer pushes documents into a norch.js search server

Usage no npm install needed!

<script type="module">
  import norchIndexer from 'https://cdn.skypack.dev/norch-indexer';
</script>

README

norch-indexer

An indexing tool for Norch.js

$ norch-indexer --help

  Usage: norch-indexer [options]

  Options:

    -h, --help                                   output usage information
    -V, --version                                output the version number
    -d, --documentdirectory <documentdirectory>  specify the document directory, defaults to crawl/doc/ (MUST END WITH SLASH /)
    -e, --endpoint <endpoint>                    specify the norch endpoint
    -f, --filteron <filteron>                    specify the fields to facet/filter on

Push docs to norch by doing something similar to:

$ norch-indexer -d testdata/ -f places,topics,organisations

NPM

NPM