[][src]Crate stork_search

Modules

LatestVersion
config
wasm

Functions

build

Builds an Index object that can be serialized and parsed later

parse_and_cache_index

Parses an index from a binary file and saves it in memory.

search_from_cache

Retrieves an index object from memory, and performs a search with the given index binary and the given query.

search_with_index

Searches an Index object created from the stork_search::build() method.