![]() |
VOOZH | about |
dotnet 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" />Directory.Packages.props
<PackageReference Include="Infidex" />Project file
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.8Install as a Cake Addin
#tool nuget:?package=Infidex&version=1.0.8Install as a Cake Tool
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 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 2 NuGet packages that depend on Infidex:
| Package | Downloads |
|---|---|
|
Infidex.Example
Package Description |
|
|
Infidex.Benchmark
Package Description |
This package is not used by any popular GitHub repositories.