hermes-tool-1.4.11 is not a library.
Hermes Tool - CLI for index management and data processing
Overview
This package provides command-line tools for creating, managing, and preprocessing data for Hermes search indexes.
Index Commands
create- Create a new index from a schema file (JSON or SDL)init- Create a new index from an inline SDL schema stringindex- Index documents from a JSONL file or stdincommit- Commit any pending changes to the indexmerge- Force merge all segments into oneinfo- Display index informationwarmup- Warm up slice cache and save to file
Data Processing Commands
simhash- Calculate SimHash for a text field and add it to each JSON objectsort- Sort JSON objects by a specified fieldterm-stats- Compute term statistics for WAND optimization
Examples
Create an index from SDL schema file
Index documents from stdin
|
Calculate SimHash and sort
| |