Currently we can only enable the indexer via a ServerOps call, for RPC clients we could do with either a method or to modify open(). We have a few config options already so adding another does not look like a great idea, instead we could add a second open() method that takes option arguments and then deprecate the existing methods once clients have been moved over.
Currently we can only enable the indexer via a ServerOps call, for RPC clients we could do with either a method or to modify open(). We have a few config options already so adding another does not look like a great idea, instead we could add a second open() method that takes option arguments and then deprecate the existing methods once clients have been moved over.