Difference between revisions of "XML Indexer"

From Gcube Wiki
Jump to: navigation, search
(Introduction)
(Implementation Overview)
Line 4: Line 4:
  
 
=== Implementation Overview ===
 
=== Implementation Overview ===
 +
 +
XMLIndexer consist of two parts:
 +
 +
* '''MetadataXMLIndexer''' MetadataXMLIndexer provides the functionalities to retrieve, update, store MetadataElements into Metadata Collections.
  
 
=== Dependencies ===
 
=== Dependencies ===
  
 
=== Usage Examples ===
 
=== Usage Examples ===

Revision as of 17:25, 16 April 2007

Introduction

The XMLIndexer factory Service allow to create a GenericXMLIndexerService and a MetadataXMLIndexerService. The GenericXMLIndexerService is not implemented yet. A MetadataXMLIndexer operate over a collection of homogeneus XML documents bound to a specific MetadataCollection, this indexer can be populated, updated, recreated and queried.

Implementation Overview

XMLIndexer consist of two parts:

  • MetadataXMLIndexer MetadataXMLIndexer provides the functionalities to retrieve, update, store MetadataElements into Metadata Collections.

Dependencies

Usage Examples