v4 introduces some new naming conventions. Here’s a list of functions that have changed names:

This migration guide focuses solely on the core search capabilites using strings in Document class. Json field search is only available from version 4.0

v3 v4
using IndxSearchLib using Indx
using Indx.API_files using Indx.Api
IndxSearchEngine() SearchEngine()
IndexAsync() Index()
DocumentTextToBeIndexed IndexedText
ApplyCoverage EnableCoverage
CoverageBottomIndex TruncationIndex
MetricScore Score
SystemStatus Status
NumberOfRecordsForAppliedAlgorithm CoverageDepth

New default behaviour

Deprecated functionality