The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"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-RapidMiner, Member, University Professor Posts: 1,996
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
Contributor II
Answers