Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 425447

Summary: Provider additional indexes for content assist
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: mamacdon, simon_kaegi
Version: unspecified   
Target Milestone: 5.0 M2   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Michael Rennie CLA 2014-01-10 15:00:08 EST
We should try integrating some additional indexes for content assist, which ultimately would be contributed using the new API from bug 425054.

To start with perhaps we could add some indexes for common DB libraries like Redis, MySQL, Postgres and MongoDB.
Comment 1 Michael Rennie CLA 2014-01-10 15:03:06 EST
I pushed indexes for redis and mysql to master: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=dabc4a6ef8cf4c89bd78f334f95f66e665602dee

They are not hooked up to the indexed lookup yet though.
Comment 2 Michael Rennie CLA 2014-01-10 16:04:34 EST
(In reply to Michael Rennie from comment #1)
> I pushed indexes for redis and mysql to master:
> http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/
> ?id=dabc4a6ef8cf4c89bd78f334f95f66e665602dee
> 
> They are not hooked up to the indexed lookup yet though.

Pushed a postgres index to master: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=18907b57c26fcc4264dcab2a0cd1a681dd50a5f4
Comment 3 Michael Rennie CLA 2014-01-14 13:23:41 EST
Pushed the MongoDB index to: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=2aa38ceb012dbca555f800c78f89140aa1f46009

Marking fixed. Any tuning we need to do (for example bug 425617) can be done in their own bugs.