Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.
EMF Search UI Extensibility---org.eclipse.emf.search.ui.modelSearchEngineMapping
org.eclipse.emf.search.ui.modelSearchEngineMapping
Contributes a new engine mapping between a query & particpants IDs.
As a result a mapping describe which model search engine to be invoked depending on the current query & participants tabs selection.
* queryTabID - An existing contributed query tab ID * participantsTabID - An existing contributed participant tab ID * engineID - An existing contributed model search engine ID * id - mapping unique ID
<extension point="org.eclipse.emf.search.ui.modelSearchEngineMapping"> <mapping id="org.eclipse.emf.search.tests.movies.text4All" engineID="search.MoviesDbSearchEngine" participantsTabID="org.eclipse.emf.search.tests.moviesAllElementsParticipantTab" queryTabID="search.ui.MoviesDbPlainTextSearchID"> </mapping> </extension>