Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 341 Bytes

File metadata and controls

17 lines (11 loc) · 341 Bytes

Tantivy Node.js binding

uses napi-rs

build

yarn build

Change of API

this implementation tries to wrap tantivy without API changes. But since JS is not Rust, some minor adaptations have been made.

| JS signature | Rust signature | | TopDocs::search() -> Result<Vec> | s