"Is there a way to register extension sample repository in global search?"
Hello RM Community,
I am developing an extension with a sample repository. I already bundled the repository with the extension following this tutorial: https://docs.rapidminer.com/latest/developers/how-to/sample-repositories.html. However, it seems that the global search feature does not include it. Is there a way to register the extension sample repository in global search?
Regards,
Christian
Tagged:
0
Best Answer
-
Marco_Boeck Administrator, Moderator, Employee, Member, University Professor Posts: 1,984
RM Engineering
Hi,Unfortunately, the docs page is outdated and this is no longer the recommended way to add sample repositories. Please have a look at "com.rapidminer.repository.RepositoryManager#registerExtensionSamples()" which was added in 9.0. Since then, this is the new supported hook to register samples. See the JavaDoc of the method for details. Data registered that way will be indexed by the Global Search.Regards,Marco8
Answers