@abetomo/spreadsearch 中文文档教程
spreadsearch
使用 Groonga 搜索 Google 电子表格数据。
install
安装 groonga 后,只需
% npm install @abetomo/spreadsearch
Usage
init
% spreadsearch init
Please set the '${HOME}/.spreadsearch/config.json'.
将其设置为 config.json
。
Update data
% spreadsearch update
从电子表格中获取数据并使其可搜索。
Search
batch
% spreadsearch search QUERY
<Show JSON of search results>
console
% spreadsearch console
Query> test
...Display results
Query>
spreadsearch
Search Google Spreadsheet data using Groonga.
install
Please install as Nroonga needs Groonga.
After groonga installed, just do
% npm install @abetomo/spreadsearch
Usage
init
% spreadsearch init
Please set the '${HOME}/.spreadsearch/config.json'.
Please set it to config.json
.
Update data
% spreadsearch update
Get data from the spreadsheet and make it searchable.
Search
batch
% spreadsearch search QUERY
<Show JSON of search results>
console
% spreadsearch console
Query> test
...Display results
Query>