Client APIOperationsMaintenance OperationsIndexesEnable IndexOperations: How to Enable an Index C#Java The EnableIndexOperation is used to turn on the indexing for a given index.Syntaxpublic EnableIndexOperation(string indexName)ParametersindexNamestringname of an index to enable indexingExamplestore.Maintenance.Send(new EnableIndexOperation("Orders/Totals"));