IndxSearchLib 5.0.0-beta4
dotnet add package IndxSearchLib --version 5.0.0-beta4
NuGet\Install-Package IndxSearchLib -Version 5.0.0-beta4
<PackageReference Include="IndxSearchLib" Version="5.0.0-beta4" />
<PackageVersion Include="IndxSearchLib" Version="5.0.0-beta4" />
<PackageReference Include="IndxSearchLib" />
paket add IndxSearchLib --version 5.0.0-beta4
#r "nuget: IndxSearchLib, 5.0.0-beta4"
#:package IndxSearchLib@5.0.0-beta4
#addin nuget:?package=IndxSearchLib&version=5.0.0-beta4&prerelease
#tool nuget:?package=IndxSearchLib&version=5.0.0-beta4&prerelease
IndxSearchLib
v5.0.0 BETA
Indx is a high-performance, embeddable search engine for developers working with structured data. Built from the ground up for speed, typo tolerance, and ease of use.
Whether you're building a modern SaaS platform, a high-throughput microservice, or a lightning-fast local app, Indx is designed to drop in and just work.
Indx differs from other search libraries by using a pattern recognition system rather than a lexical model. It identifies fragments of repeating structure — where the shape and length of the pattern influence recognition — enabling powerful text matching across variations.
Indx At a Glance
- Pattern recognition search that handles large typos
- Instant search as you type
- Schemaless JSON indexing with support for nesting
- Filters, Facets, Weights, Sorting, Boosting, Dynamic Operations
- Lightweight software with minimal resource usage
V5.0 New features
- Dynamic inserts
- Hybrid AI Search with LLM embeddings
- Updated 16-bit scoring model
- Query-time field boosting
- Better support for agentic search
- Higher performance - lower memory consumption
Get Started
Documentation: Indx v5.0 BETA Documentation.
AI skill: skill-indx-search.
npx skills add https://github.com/indxsearch/skill-indx-search --skill indx-search
License & Support
IndxSearchLib is free for production use, including commercial applications.
Free Tier
- Free for any use case (personal, commercial, production)
- Unlimited documents with free registration (100k limit without registration)
- No support, guarantees or SLA
- Community resources and documentation only
Free License Registration
To unlock unlimited documents, register for a free license. Registration is free and gives you a license file that removes the document limit.
Paid Support Packages
For teams requiring guaranteed support and SLA commitments, we offer:
- Professional Support: Email-based technical support with priority response times
- Enterprise Support: SLA, direct engineering access, rapid response, and dedicated contact
Contact us at post@indx.co for pricing. See LICENSE.md for full terms.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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
- CommunityToolkit.HighPerformance (>= 8.4.0)
- HNSW (>= 26.1.63669)
- MessagePack (>= 3.1.7)
- Microsoft.Data.Sqlite (>= 10.0.3)
- Microsoft.Extensions.Logging (>= 10.0.3)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.3)
- NLog.Extensions.Logging (>= 6.0.0)
- SQLitePCLRaw.bundle_e_sqlite3 (>= 3.0.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on IndxSearchLib:
| Package | Downloads |
|---|---|
|
Infidex.Benchmark
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on IndxSearchLib:
| Repository | Stars |
|---|---|
|
lofcz/Infidex
The high-performance .NET search engine based on pattern recognition.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 5.0.0-beta4 | 0 | 9/2/2026 |
| 5.0.0-beta3 | 69 | 8/28/2026 |
| 4.1.2 | 203 | 1/16/2026 |
| 4.1.1 | 135 | 1/7/2026 |
| 4.1.0 | 223 | 12/22/2025 |
- Indx V5 beta 4
- Bug fix for HighPrecision mode and Coverage scoring