This is the API for usage with the self-hosted class library.

Version 3.3. See older versions below

dotnet add package [IndxSearchLib](<https://www.nuget.org/packages/IndxSearchLib/>)

Resources

Download a test console app

GitHub - indxSearch/indx-csharp-console: A console app to test run IndxSearchLib

<aside> ๐Ÿ’ก

indxSearchLib does not have any third party dependencies except Microsoft .NET. Current version is 8.

</aside>

<aside> ๐Ÿ’ป Typical use case

๐Ÿš€ Create an instance of the system

โ›“ Insert with an array of documents

๐Ÿช„ Create Index

๐ŸŸข Check ready status

๐Ÿ”Ž Search

โ›“ Insert one or more documents without re-indexing

๐Ÿ—‘ Delete one or more documents without re-indexing

๐Ÿช„ (re-index if system status says it is required)

</aside>

All of these functions can be run multiple times. For example to perform incremental loading.

All variations of this pattern can be run continuously over a long period of time to assure that the index and data is up to date.

API

<aside> ๐ŸŽ›๏ธ Interfaces

<aside> ๐Ÿ“ก Classes