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
dotnet add package IndxSearchLib --version 4.0.0-rc03 // RELEASE CANDIDATE
// NAMESPACES
using Indx;
using Indx.Api;
This is a guide on basic use of Indx v4 with a core workflow