Infidex 1.0.8
Prefix Reserveddotnet add package Infidex --version 1.0.8
NuGet\Install-Package Infidex -Version 1.0.8
<PackageReference Include="Infidex" Version="1.0.8" />
<PackageVersion Include="Infidex" Version="1.0.8" />
<PackageReference Include="Infidex" />
paket add Infidex --version 1.0.8
#r "nuget: Infidex, 1.0.8"
#:package Infidex@1.0.8
#addin nuget:?package=Infidex&version=1.0.8
#tool nuget:?package=Infidex&version=1.0.8
Infidex Search Engine
A high-performance, hybrid search engine that combines TF-IDF vector space retrieval with multi-algorithm lexical matching.
Features
Two-Stage Architecture: Combines relevancy ranking (Stage 1) with coverage matching (Stage 2)
TF-IDF Vector Model: Classic information retrieval with L2-normalized vectors
Multi-Size N-grams: Character n-grams (2-3 or configurable) for morphological robustness
Byte Quantization: 4x memory savings by storing weights as bytes (0-255)
Bucket-Based Sorting: O(1) insertion and O(n) top-K retrieval using score buckets
5 Lexical Matching Algorithms:
Exact word matching
Fuzzy matching (Levenshtein distance ≤ 1)
Joined/split word detection
Prefix/suffix matching
LCS (Longest Common Subsequence)
Bit-Parallel Levenshtein: Ultra-fast edit distance for strings ≤64 characters
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- No dependencies.
-
net8.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Infidex:
| Package | Downloads |
|---|---|
|
Infidex.Benchmark
Package Description |
|
|
Infidex.Example
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.