⇤ ← Revision 1 as of 2008-06-26 12:26:13
Size: 1356
Comment: Created by the PackagePages action.
|
← Revision 2 as of 2010-03-17 13:09:12 ⇥
Size: 1372
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
Implement the [http://hera/cgi-bin/viewcvs.cgi/Summa/MetadataStorage/src/dk/statsbiblioteket/sbandex/storage/io/Access.java?rev=HEAD&content-type=text/vnd.viewcvs-markup dk.statsbiblioteket.sbandex.storage.io.Access] interface from Summa, wrapping the DOMS' Fedora directly. This is done on top of the official [http://fedora.info/download/2.1.1/download.cgi oai provider plugin]. | Implement the [[http://hera/cgi-bin/viewcvs.cgi/Summa/MetadataStorage/src/dk/statsbiblioteket/sbandex/storage/io/Access.java?rev=HEAD&content-type=text/vnd.viewcvs-markup|dk.statsbiblioteket.sbandex.storage.io.Access]] interface from Summa, wrapping the DOMS' Fedora directly. This is done on top of the official [[http://fedora.info/download/2.1.1/download.cgi|oai provider plugin]]. |
Line 8: | Line 8: |
See [wiki:SettingUpOAI SettingUpOAI] and [wiki:ProaiPropertiesForIngest2ExampleObjects ProaiPropertiesForIngest2ExampleObjects]. | See [[SettingUpOAI|SettingUpOAI]] and [[ProaiPropertiesForIngest2ExampleObjects|ProaiPropertiesForIngest2ExampleObjects]]. |
Line 20: | Line 20: |
* Now [http://sedna.statsbiblioteket.dk/bugzilla/show_bug.cgi?id=158 bug 158] have been resolved. None. | * Now [[http://sedna.statsbiblioteket.dk/bugzilla/show_bug.cgi?id=158|bug 158]] have been resolved. None. |
Line 23: | Line 23: |
* attachment:summaStorage-0.1.zip * attachment:summaStorage-0.2.zip * attachment:summaStorage-0.3.zip * attachment:summaStorage-0.3.1.zip |
* [[attachment:summaStorage-0.1.zip]] * [[attachment:summaStorage-0.2.zip]] * [[attachment:summaStorage-0.3.zip]] * [[attachment:summaStorage-0.3.1.zip]] |
SummaStorage
See also: SummaSearchWebservice
Implement the dk.statsbiblioteket.sbandex.storage.io.Access interface from Summa, wrapping the DOMS' Fedora directly. This is done on top of the official oai provider plugin.
Setting up the OAI Provider service
See SettingUpOAI and ProaiPropertiesForIngest2ExampleObjects.
Goals
- First shot implementation of the Access interface (DONE)
- getRecord should just return raw xml. No following of links or conforming to any spec (DONE)
- Indexation of storage (DONE)
Thoughts
- The index could store pointers to the newest version of the objects or pointers to the object version at indexing time.
- This approach saves us an "ingest phase" to store the metadata in a db before we ingest in Summa.
Issues
Now bug 158 have been resolved. None.