This is the API for usage with the .NET 9 class library. Version 4.1
| Jump to → | Get started | API Reference | How to guides | Example apps |
|---|
<aside> <img src="notion://custom_emoji/68fd728a-ef0d-43d3-bb15-5294fd0ec790/1c967ca7-6141-8051-9a53-007a3f6517fd" alt="notion://custom_emoji/68fd728a-ef0d-43d3-bb15-5294fd0ec790/1c967ca7-6141-8051-9a53-007a3f6517fd" width="40px" />
**This is a pre-release version of Indx. This page will be updated through the testing phase, and will always follow the latest release. Expect changes.
Breaking: v4.1 removes “core mode” and focuses solely on JSON data.** If you want the highest performance possible, use a single json field for indexing.
</aside>
Nuget link → https://www.nuget.org/packages/IndxSearchLib/4.1.0-alpha15
dotnet add package IndxSearchLib --version 4.1.0-alpha15
// NAMESPACES
using Indx.Api;
This is a guide on basic use of Indx v4.1 functions. For more in-depth use cases, see the “How to” section further down.