#261 closed defect (done)
Items are stored multiple times in the result entries in the CEDMA DB
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | CEDMA.Core | Version: | |
Keywords: | Cc: |
Description
Change History (17)
comment:1 Changed 16 years ago by gkronber
- Priority changed from trivial to major
- Status changed from new to assigned
comment:2 Changed 16 years ago by gkronber
comment:3 Changed 16 years ago by gkronber
added operators to help with the transformation form the result-tree to the item/statement-graph with r538.
comment:4 Changed 16 years ago by gkronber
added a method that creates a number of default items and statements (we could call it ontology) with r539. This is necessary so that we have a list of fixed items that will later allow selection of specific items based on statements.
comment:5 Changed 16 years ago by gkronber
added entities for posteriori quality calculation of function-trees with r540
comment:6 Changed 16 years ago by gkronber
fixed a bug in the method to query items and added two columns (id and creation date) to the statement table with r541
comment:7 Changed 16 years ago by gkronber
improved operators to write items to the DB and added two operators to extract items from the DB and add them as variables with r542.
comment:8 Changed 16 years ago by gkronber
removed prototypical implementation of rdf-like statement store and corresponding operators in a consolidation step (to prepare for a more solid implementation) with r543.
comment:9 Changed 16 years ago by gkronber
added interface IStore and data classes (with DataContracts) for the RDF backend with r544.
comment:10 Changed 16 years ago by gkronber
implemented RDF backend on top of SemWeb with r545
comment:11 Changed 16 years ago by gkronber
published the rdf-store as WCF service with r546.
comment:12 Changed 16 years ago by gkronber
added new operators to add new rdf-statments and to query the stored graph (with statement templates) with r547.
comment:13 Changed 16 years ago by gkronber
added commands to copy the SemWeb dlls into the plugins directory with r548.
comment:14 Changed 16 years ago by gkronber
- Resolution set to fixed
- Status changed from assigned to closed
After changes r543:548 each result item is stored only once. While there are still some loose ends and possible improvements left those should be covered by individual tickets.
comment:15 Changed 16 years ago by swagner
- Milestone changed from 3.1 to Iteration 0
Milestone 3.1 deleted
comment:16 Changed 14 years ago by swagner
- Milestone changed from Iteration 0 to Current
Milestone Iteration 0 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
added tables for items and statements, a class for items and methods to create items and statements and to retrieve items with r537.