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. Expect changes.

Breaking changes:**

Nuget link → https://www.nuget.org/packages/IndxSearchLib/4.1.0-alpha02

dotnet add package IndxSearchLib --version 4.1.0-alpha02
// NAMESPACES
using Indx;
using Indx.Api;
using Indx.Json;
using Indx.Json.Api;

Get started with indx

This is a guide on basic use of Indx v4 functions with a JSON workflow. For more in-depth use cases, see the “How to” section further down.

:pixl-clr-indx: Create an instance and initiate the search engine

:pixl-clr-fields: Define fields and load data

:pixl-clr-hourglass: Run indexing

:pixl-clr-query: Set up query and perform search

:pixl-clr-spectrum: Return facets

:pixl-clr-sliders-horizontal: Define filters

:pixl-clr-boost: Set up boost logic

:pixl-clr-sort-ascending: Set up sorting

:pixl-clr-code: API Reference