Skip to main content

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.

Jump to: navigation, search

Difference between revisions of "E4/Search Console"

< E4
(New page: *How to get search console source code<br> Web UI -https://git.eclipse.org/c/e4/org.eclipse.e4.search.git/<br> Clone URI - git://git.eclipse.org/gitroot/e4/org.eclipse.e4.search.git<br> ...)
 
Line 1: Line 1:
 
*How to get search console source code<br>
 
*How to get search console source code<br>
  
Web UI -https://git.eclipse.org/c/e4/org.eclipse.e4.search.git/<br>
+
Web UI -https://git.eclipse.org/c/e4/org.eclipse.e4.search.git/<br>  
  
Clone URI - git://git.eclipse.org/gitroot/e4/org.eclipse.e4.search.git<br>
+
Clone URI - git://git.eclipse.org/gitroot/e4/org.eclipse.e4.search.git<br>  
  
'''Under /examples is the source code of a sample search provider.'''<br>
+
'''The source code of a sample search provider is under folder /examples in our repo. This can prove very useful if you want to implement a search provider.'''<br>  
  
<br>
+
<br>  
  
 
*How to install search console<br>
 
*How to install search console<br>
  
http://download.eclipse.org/e4/downloads/ -&gt; 0.11 Stream Integration Builds -&gt; Select the latest build you see there.'''If 404 not found is returned, select next latest build'''. Click on "online p2 repo link" - that is the update site. When installing from eclipse, '''deselect "Group items by category"'''. Select "Search Console Master Feature". The master feature includes the framework plus an example search provider, and will soon include the tests and sources.<br>
+
http://download.eclipse.org/e4/downloads/ -&gt; 0.11 Stream Integration Builds -&gt; Select the latest build you see there.'''If 404 not found is returned, select next latest build'''. Click on "online p2 repo link" - that is the update site. When installing from eclipse, '''deselect "Group items by category"'''. Select "Search Console Master Feature". The master feature includes the framework plus an example search provider, and will soon include the tests and sources.<br>  
  
If you only wish to install the framework, select "Search Console" feature instead.<br>
+
If you only wish to install the framework, select "Search Console" feature instead.<br>  
  
<br>
+
<br>  
  
 
*Filing a bug<br>
 
*Filing a bug<br>
  
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=e4&amp;component=Search<br>
+
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=e4&amp;component=Search<br>  
  
<br>
+
<br>  
  
 
*Documentation<br>
 
*Documentation<br>
  
Developer guide - https://bugs.eclipse.org/bugs/attachment.cgi?id=180106<br>
+
Developer guide - https://bugs.eclipse.org/bugs/attachment.cgi?id=180106<br>  
  
<br>
+
<br>  
  
 
*What are the version / distribution requirements<br>
 
*What are the version / distribution requirements<br>
  
None, provided your eclipse is not too old. If you find incompatibilities, file a bug.<br>
+
None, provided your eclipse is not too old. If you find incompatibilities, file a bug.<br>  
  
<br>
+
<br>  
  
 
*I wish to contribute<br>
 
*I wish to contribute<br>
  
You're welcome! Follow the standard drill. It's easiest to open a bug with a patch, or write directly to e4-dev@eclipse.org<br>
+
You're welcome! Follow the standard drill. It's easiest to open a bug with a patch, or write directly to e4-dev@eclipse.org<br>  
  
 
<br>
 
<br>

Revision as of 09:10, 26 May 2011

  • How to get search console source code

Web UI -https://git.eclipse.org/c/e4/org.eclipse.e4.search.git/

Clone URI - git://git.eclipse.org/gitroot/e4/org.eclipse.e4.search.git

The source code of a sample search provider is under folder /examples in our repo. This can prove very useful if you want to implement a search provider.


  • How to install search console

http://download.eclipse.org/e4/downloads/ -> 0.11 Stream Integration Builds -> Select the latest build you see there.If 404 not found is returned, select next latest build. Click on "online p2 repo link" - that is the update site. When installing from eclipse, deselect "Group items by category". Select "Search Console Master Feature". The master feature includes the framework plus an example search provider, and will soon include the tests and sources.

If you only wish to install the framework, select "Search Console" feature instead.


  • Filing a bug

https://bugs.eclipse.org/bugs/enter_bug.cgi?product=e4&component=Search


  • Documentation

Developer guide - https://bugs.eclipse.org/bugs/attachment.cgi?id=180106


  • What are the version / distribution requirements

None, provided your eclipse is not too old. If you find incompatibilities, file a bug.


  • I wish to contribute

You're welcome! Follow the standard drill. It's easiest to open a bug with a patch, or write directly to e4-dev@eclipse.org


Back to the top