0.2.13 • Published 9 years ago

search-index-indexer v0.2.13

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

search-index-indexer

Starting point test and debug your JSON config- and JSON streaming data format with the search-index si.add API. search-index must be at least v0.9.x.

Join the chat at https://gitter.im/fergiemcdowall/search-index NPM version NPM downloads MIT License

A generic indexer for the search engine search-index. Takes a JSON config file and a JSON streaming data file as input. Easy way to test if search-index is buggy or it's your own code that is the problem.

Install

$ npm install search-index-indexer

Usage

Upload your JSON config and data set to a GIST, or a GitHub repo and test them with the search-index-indexer. Remember to use the raw-file.

Options

$ node index.js [options]

  Options:

    -h, --help            output usage information
    -V, --version         output the version number
    -c, --config [url]    specify the url for the JSON config file. Just the flag -c will give you the default.
    -d, --data [url]      specify the url for the JSON data set. Just the flag -d will give you the default.

Example

$ node index.js -c https://raw.githubusercontent.com/eklem/search-index-indexer/master/config.json -d https://raw.githubusercontent.com/eklem/dataset-vinmonopolet/master/dataset-vinmonopolet-redwine.str
0.2.13

9 years ago

0.2.12

9 years ago

0.2.11

9 years ago

0.2.10

9 years ago

0.2.9

9 years ago

0.2.8

9 years ago

0.2.7

9 years ago

0.2.6

9 years ago

0.2.5

9 years ago

0.2.4

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago