This is the API for usage with the .NET 9 class library. Version 4.0

Jump to → Get started API Reference How to guides Example apps

Nuget link → https://www.nuget.org/packages/IndxSearchLib/4.0.0-rc03

dotnet add package IndxSearchLib --version 4.0.0-rc03 // RELEASE CANDIDATE
// 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-flag: Check version and license

:pixl-clr-code: API Reference