Changes between Version 15 and Version 16 of MDServiceImpl


Ignore:
Timestamp:
08/16/10 09:27:30 (14 years ago)
Author:
vronk
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MDServiceImpl

    v15 v16  
    9191   * provide the RelationSets to the user
    9292   * perform query expansion based on the relations provided by the RelationRegistry
     93 * implement a simple ResourceViewer (just handle the ResourceRefs -> open in iframe or new window)
    9394
    9495=== Open questions ===
     
    9697  * search any substring in any field
    9798  * exact match on selected fields
    98  * handling of data-categories (they have to be resolved to Element-names as MDRepository is unaware of Datacategories)
    99    -> MDRecords should have the usual schema-reference in the root-element, (at least those produced by Avril) and the schema references the used components via `ComponentId` so it should be possible to work with identities (instead of just element-names). However the schema-reference is not present yet in the test-data and is also hardly to be guaranteed from other data-providers. Furthermore this would make the querying a lot more complexer, so we have to find intelligent ways to employ it (eg using the identity-based querying only when dealing with ambiguity).
     99 * handling of data-categories - they have to be resolved to Element-names as MDRepository is unaware of Datacategories
     100   This is not exactly true. MDRecords should have the usual schema-reference in the root-element, (at least those produced by Avril) and the schema references the used components via `ComponentId` so '''it should be possible to work with identities''' (instead of just element-names). However the schema-reference is not present yet in the test-data and is also hardly to be guaranteed from other data-providers. Furthermore this would make the querying a lot more complex, so we have to find intelligent ways to employ it (eg using the identity-based querying only when dealing with ambiguous queries).