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

This API follows the Indx Core systems. V4 introduces a new JSON workflow as well. Consider this if you want to use multiple fields and functions such as boosting, facets and conditional filtering.

Core mode is a great option for lightweight search applications in single fields, such as autocomplete, lookups of names, title searches, and more. If you are

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;

Getting started with indx

This is a guide on basic use of Indx v4 with a core workflow

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

:pixl-clr-document: Create documents and load data

:pixl-clr-hourglass: Run indexing

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

:pixl-clr-filter: Search with filters

:pixl-clr-flag: Check version and license