Bug #30
closedget dataguide function needed by client
0%
Description
The client needs to be able to ask the server for a LORE style dataguide for
each of the doctypes handled by the server (in order to show a treestructure
to guide structured query creation)
Updated by Matt Jones over 24 years ago
lowering priority because this is a search feature that requires the user to
understand complex queries and something about the semantics of the metadata
standards. Will do, but not until more basic infrastructure is completed.
Updated by Jivka Bojilova over 24 years ago
We going to add doctype and docid attr to xml_index table first in order to be
able to retrieve the paths for a given doctype(s), if needed.
Currentlly implemented to retrieve all distinct, absolute paths in xml_index
table, ordered in the way they appear in the xml docs.
Updated by Jivka Bojilova over 24 years ago
DONE
Implemented as part of DBUtil class.
doctype and docid attr are already added to xml_index table.
Retrieves all distinct and absolute paths started with '/' for a given doctype
(if specified) ordered in the way they appear in the xml docs.
Are there need to retrive paths for a list of doctypes?
Updated by Jivka Bojilova about 24 years ago
It is already DONE and used by dmanclient appl.