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 "EmfIndex Comparison"

m (New page: This page is intended to compare the two index implementations form different viewpoints such as *API *Performence *Memory Consumption *Convinient Query API)
 
Line 1: Line 1:
This page is intended to compare the two index implementations form different viewpoints such as
+
This page is intended to compare the two index implementations form different viewpoints such as  
  
*API
+
*API  
*Performence
+
*Performence  
*Memory Consumption
+
*Memory Consumption  
*Convinient Query API
+
*How to build a convinient Query API on top of the low level API<br>
 +
 
 +
= API =
 +
 
 +
== Indexing API ==
 +
 
 +
The current proposal form itemis introduces the concept of Indexers. An Indexer extracts the data from a Model and stores it in the index:
 +
<pre>
 +
</pre>
 +
== Query API ==
 +
 
 +
== Descriptors ==

Revision as of 03:17, 2 September 2009

This page is intended to compare the two index implementations form different viewpoints such as

  • API
  • Performence
  • Memory Consumption
  • How to build a convinient Query API on top of the low level API

API

Indexing API

The current proposal form itemis introduces the concept of Indexers. An Indexer extracts the data from a Model and stores it in the index:


Query API

Descriptors

Back to the top