Registry / utility / infisearch-common

infisearch-common

JSON →
library0.10.1rscratesunverified

Internal library for other InfiSearch packages.

# Cargo.toml [dependencies] infisearch_common = "0.10.1"
INSTALL
IMPORT
SIG · INFISEARCH-COMMON
I
infisearch-common
utilityrustv0.10.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SearchIndex
use infisearch_common::SearchIndex;

Create a search index and perform a query.

use infisearch_common::SearchIndex; fn main() { let index = SearchIndex::new(); index.add_document("doc1", "content"); let results = index.search("query"); println!("{:?}", results); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
infisearch-common — cargo add infisearch-common · libregistry