Opened 14 years ago

Closed 14 years ago

#2 closed task (fixed)

usage statistics about Values in Elements

Reported by: vronk Owned by: ljo
Priority: major Milestone:
Component: MDRepository Version:
Keywords: Cc:

Description

MDRepository shall provide statistics about values used in individual elements, on the queryModel interface (as it already does for child-elements), as described in CmdiMetadataServices#queryModel. This also collection-based.

Change History (2)

comment:1 Changed 14 years ago by ljo

Owner: changed from Leif-Jöran to ljo
Status: newassigned

comment:2 Changed 14 years ago by vronk

Resolution: fixed
Status: assignedclosed

this is now implemented in MDRepo:
If queryModel is called with a parameter, that is a leaf-element,
the list of distinct values in that element (together with counts) is returned
Example: ?operation=queryModel&q=title

Momentary the length of the list is restricted to some configurable limit. This has to be parametrized yet.

This feature is however not yet used by MDService.

Note: See TracTickets for help on using tickets.