Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

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>

Copyright © Eclipse Foundation, Inc. All Rights Reserved.