Difference between revisions of "FieldsManagement"

From Gcube Wiki
Jump to: navigation, search
Line 34: Line 34:
 
When you select a field from the tree its properties are displayed to the right panel. There you can edit the field's properties, you can create/edit/delete the searchables and presentables and finally to persist the performed changes.<br>
 
When you select a field from the tree its properties are displayed to the right panel. There you can edit the field's properties, you can create/edit/delete the searchables and presentables and finally to persist the performed changes.<br>
 
[[Image: FmNoSearchablePresentable.png]]
 
[[Image: FmNoSearchablePresentable.png]]
 +
<br>
 +
 +
The changes you are making are temporary saved. When you make change a warning message is displayed to inform you that you have to click on the ''''Save'''' button to persist your changes.<br>
 +
[[Image:FmWarningPersistChanges.png]]

Revision as of 17:16, 24 February 2011

The Fields Management portlet provides the functionality to create, edit and/or delete the available Search Fields.
A Field is the main object in the Search process. It is used and shared between the services and the libraries that take part in the search process.

A field must/can have:

  • A Name (Must)
  • A Description
  • A list of searchables
  • A list of presentables


Each searchable that is part of a field represents the way we can search for this field inside the given collection ID. The needed information is:

  • Collection ID: The id of the collection (Must)
  • The Source Locator: The index id of the corresponding collection (Must)
  • The index capabilities : What does the corresponding index supports
  • The index Query Expression: How we can access the corresponding index (i.e The xpath for an XML index)


Each presentable that is part of a field states that this field for the given collection ID can be displayed as part of a search result. The needed information is:

  • Collection ID: The id of the collection (Must)
  • The Source Locator: The index id of the corresponding collection (Must)
  • The index Query Expression: How we can access the corresponding index (i.e The xpath for an XML index)
  • Presentation Information: Extra information on how this field will be displayed to the end u


The portlet is divided into 2 panels. The left panel displays the list with the available fields and the right panel displays the properties of the selected field or the form to be completed when a new field is created.
FmMain.png

In the left panel there is a toolbar. The first button of the toolbar refreshes the list with the available fields and second button creates a new Field.
On each field there is a delete button. By clicking on this button you can delete the corresponding field.

When you select a field from the tree its properties are displayed to the right panel. There you can edit the field's properties, you can create/edit/delete the searchables and presentables and finally to persist the performed changes.
FmNoSearchablePresentable.png

The changes you are making are temporary saved. When you make change a warning message is displayed to inform you that you have to click on the 'Save' button to persist your changes.
FmWarningPersistChanges.png