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

Difference between revisions of "CDT/designs/PDOM"

< CDT‎ | designs
Line 1: Line 1:
 +
=== PDOM & Indexing ===
 +
This section describes the design for the new indexing architecture in CDT 3.1. It essentially revolves around a new database for indexing information, the PDOM, which stores binding and name elements as they would appear in the DOM. Thus the term Persisted DOM, PDOM. Since DOM information is being stored in the index, we can now use it for more things as well as use it to speed up indexing.
 
* [[History]]
 
* [[History]]
 
* [[Overview]]
 
* [[Overview]]

Revision as of 16:57, 28 March 2006

PDOM & Indexing

This section describes the design for the new indexing architecture in CDT 3.1. It essentially revolves around a new database for indexing information, the PDOM, which stores binding and name elements as they would appear in the DOM. Thus the term Persisted DOM, PDOM. Since DOM information is being stored in the index, we can now use it for more things as well as use it to speed up indexing.

Back to the top