"Is there a way to register extension sample repository in global search?"
czeyen
New Altair Community Member
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
-
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,Marco3
Answers
-
0
-
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,Marco3
-
Hi,thanks for the answer. This worked perfectly and it is much simpler now.Regards,Christian1