Difference between revisions of "Creating Indices at the VO Level"

From Gcube Wiki
Jump to: navigation, search
Line 5: Line 5:
 
* Definition of an [[ IR Bootstrapper | IRBootstrapper]] job that will perform the steps required to create the Indices.
 
* Definition of an [[ IR Bootstrapper | IRBootstrapper]] job that will perform the steps required to create the Indices.
  
In the first two steps we create generic resources for the Rowset XSLTs and Index Types through the [[ Resource Management | Resource Management portlet ]]. You can find detailed descriptions for the Rowset XSLT definitions in the following sections:
+
In the first two steps we create generic resources for the Rowset XSLTs and Index Types through the [[ Resource Management | Resource Management portlet ]]. You can find detailed descriptions for the Rowset data (the output of the Rowset XSLT transformation) in the following sections:
  
 
* [[ Index_Management_Framework#RowSet| Full Text Index Rowset ]]
 
* [[ Index_Management_Framework#RowSet| Full Text Index Rowset ]]
 
* [[ Index_Management_Framework#RowSet_2 | Geo-Spatial Index Rowset ]]
 
* [[ Index_Management_Framework#RowSet_2 | Geo-Spatial Index Rowset ]]
 
* [[ Index_Management_Framework#RowSet_3 | Forward Index Rowset ]]
 
* [[ Index_Management_Framework#RowSet_3 | Forward Index Rowset ]]
 +
 +
You can find detailed descriptions for the Index Type definition here:
 +
 +
 +
* [[ Index_Management_Framework#IndexType | Full Text Index Type ]]
 +
* [[ Index_Management_Framework#GeoIndexType | Geo-Spatial Index Type ]]
 +
* [[ Index_Management_Framework#Forward_Index | Forward Index key-value pairs ]]

Revision as of 19:22, 30 September 2011

The Indexing procedure refers to the creation of indices for the collections imported in a Virtual Organization. It consists of three steps:

  • Creation of the Rowset XSLT generic resources, that transform collection data into data that can be fed to an Index.
  • Creation of the Index type generic resources, that define the Index configuration.
  • Definition of an IRBootstrapper job that will perform the steps required to create the Indices.

In the first two steps we create generic resources for the Rowset XSLTs and Index Types through the Resource Management portlet . You can find detailed descriptions for the Rowset data (the output of the Rowset XSLT transformation) in the following sections:

You can find detailed descriptions for the Index Type definition here: